@font-face {
  font-family: Canaro-Medium;
  src: url('ZurichSans-Light.ttf');
}

@font-face {
  font-family: Ogg;
  src: url('Ogg-Regular.ttf');
}

/* rosa
ff00ff */
html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  align-items: stretch;

  background-image: url('../img/background.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;

  /* Ensure the page is at least 100% of the viewport height */
}

body {
  background-color: #58b0aa;
  font-family: Canaro-Medium;
  /* font-family: 'Montserrat', sans-serif; */
  color: #0c2a64;

  /* overflow-x: hidden */
  /* background-image: url('../img/background.png');  
  background-position: bottom right;       
  background-repeat: no-repeat;             
  background-size: 50%;                     */


}

.left-col {
  background-image: url('../img/left.png');
  background-size: cover;
  /* Make image cover the whole area */
  background-position: top right;
  /* Center the image */
  background-repeat: no-repeat;
  min-width: 150px;
  /* Prevent it from collapsing */
  /* min-height: 100vh; */
  ;
}

.right-col {
  background-image: url('../img/right.png');
  background-size: cover;
  background-position: top left;
  /* Make image cover the whole area */
  /* background-position: center; */
  /* Center the image */
  background-repeat: no-repeat;
  min-width: 150px;
  /* Prevent it from collapsing */
  /* min-height: 100vh; */
  ;
}



.container2 {

  min-height: 100vh;
}



p {
  font-size: 16px
}

p.small {
  font-size: 12px
}

a,
a.active,
a:active,
a:focus,
a:hover {
  color: #23366f;
  outline: 1;
  text-decoration: underline !important;
}

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


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


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 #23366f !important;
  /* background-color: var(--checked-color); */
  border-radius: 50%;
}

/* appearance for checked radiobutton */
input[type="radio"]:checked {
  background-color: #23366f !important;
}

.card {
  background-color: rgb(0 0 0 / .1);
}

.form-control {
  border: 1px solid #23366f !important;
  border-radius: 12px;
}



.btn-botao {
  /* font-size:14px;
  border-radius: 20px;
  color: #FFF;
  height:30px;
padding-top: 4px;
padding-bottom: 4px;
  background-color: #ff00ff;
  border-color:  #ff00ff;
   */
  color: #FFF;
  background-color: #23366f;
  border-color: #000000;
  border-radius: 20px;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  /* box-shadow: 0 0 0 0 rgba(0,123,255,0); */
  padding-right: 25px;
  padding-left: 25px;

}



.btn-botao:hover {
  color: #FFF;
  background-color: #23366f;
  border-color: #00CCFA;
}

.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(0, 0, 0);
  border: 1px solid #000;
}

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

label.error:empty {
  display: none;
}


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

@media (max-width: 768px) {

  .left-col,
  .right-col {
    display: none !important;
  }

  .mobileimg {
    width:80%;
  }




}


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

  .left-col,
  .right-col {
    display: none !important;
  }

    .mobileimglogo {
    width:40%;
  }

  /* body {
    background-image: url('../img/background.png');
    
    background-position: bottom right;
   
    background-repeat: no-repeat;
 
    background-size: 130%;
  } */

}

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

  .begin-row {
    display: none !important;
  }


  /* body {
    background-image: url('../img/background.png');
 
    background-position: bottom right;
 
    background-repeat: no-repeat;
 
    background-size: 70%;
  } */


}

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

  label {
    text-align: right;
  }

  /* body {
    background-image: url('../img/background.png');
 
    background-position: bottom right;
 
    background-repeat: no-repeat;
    
    background-size: 70%;
  } */
}

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

  label {
    text-align: right;
  }

  /* body {
    background-image: url('../img/background.png');
   
    background-position: bottom right;
 
    background-repeat: no-repeat;
 
    background-size: 70%;
  } */


}








/* Para aumentar o tamanho dos botões */
/* // Add class .custom-switch-lg to a custom-switch */
/* for sm */

.custom-switch.custom-switch-sm .custom-control-label {
  padding-left: 1rem;
  padding-bottom: 1rem;
}

.custom-switch.custom-switch-sm .custom-control-label::before {
  height: 1rem;
  width: calc(1rem + 0.75rem);
  border-radius: 2rem;
}

.custom-switch.custom-switch-sm .custom-control-label::after {
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  border-radius: calc(1rem - (1rem / 2));
}

.custom-switch.custom-switch-sm .custom-control-input:checked~.custom-control-label::after {
  transform: translateX(calc(1rem - 0.25rem));
}

/* for md */

.custom-switch.custom-switch-md .custom-control-label {
  padding-left: 2rem;
  padding-bottom: 1.5rem;
}

.custom-switch.custom-switch-md .custom-control-label::before {
  height: 1.5rem;
  width: calc(2rem + 0.75rem);
  border-radius: 3rem;
}

.custom-switch.custom-switch-md .custom-control-label::after {
  width: calc(1.5rem - 4px);
  height: calc(1.5rem - 4px);
  border-radius: calc(2rem - (1.5rem / 2));
}

.custom-switch.custom-switch-md .custom-control-input:checked~.custom-control-label::after {
  transform: translateX(calc(1.5rem - 0.25rem));
}

/* for lg */

.custom-switch.custom-switch-lg .custom-control-label {
  padding-left: 3rem;
  padding-bottom: 2rem;
}

.custom-switch.custom-switch-lg .custom-control-label::before {
  height: 2rem;
  width: calc(3rem + 0.75rem);
  border-radius: 4rem;
}

.custom-switch.custom-switch-lg .custom-control-label::after {
  width: calc(2rem - 4px);
  height: calc(2rem - 4px);
  border-radius: calc(3rem - (2rem / 2));
}

.custom-switch.custom-switch-lg .custom-control-input:checked~.custom-control-label::after {
  transform: translateX(calc(2rem - 0.25rem));
}