* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

label {
    font-size: 16px;
    color: #2C3E50;
    font-weight: 600;
    padding-top: 4px;
}

.swal2-show{
    width:1000px !important;
    font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
}

.swal2-show p{
   font-size: 16px;
}

.swal2-show a{
    color: #019bdd;
    font-weight: 600;
}

.swal2-styled.swal2-confirm{
    background-color: #019bdd !important;
    border-radius: 0 !important;
}


.custom-control{
    margin-bottom: 5px;
}

p{
 font-size: 14px;
 color: #000;
}

.form-control{
    border-radius: 0;
}

.fa-check{
    color: #019bdd;
}

.text-menu{
    font-weight: 600;
}

.text-destaque{
    font-size: 18px !important;
    color: #2C3E50;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 600;
}

.custom-control-label{
    font-weight: 500;
}

.form-check-label{
   font-size: 16px;
   color: #2C3E50;
   font-weight: 500;
   padding-top: 4px;
}

.custom-control-label::before {
    top: 0.45rem;
}

.custom-control-label::after {
    top: .45rem;
}

.form-card a{
    color: #019bdd
}

#grad1 {
    background-color: : #9C27B0;
    background-image: linear-gradient(0deg, #acacac, #cdcdcd);
}

#webbr-form {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#webbr-form fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative
}

#webbr-form fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#webbr-form fieldset:not(:first-of-type) {
    display: none
}

#webbr-form fieldset .form-card {
    text-align: left;
    color: #9E9E9E
}

#webbr-form input,
#webbr-form textarea {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 3px;
    margin-top: 5px;
    width: 100%;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px
}

#webbr-form input[type="radio"]{
    width: auto !important;
}

#webbr-form input:focus,
#webbr-form textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid #019bdd;
    outline-width: 0
}

#webbr-form .action-button {
    width: 100px;
    background: #019bdd;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    cursor: pointer !important;
}

#webbr-form .action-button:hover,
#webbr-form .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #019bdd
}

#webbr-form .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#webbr-form .action-button-previous:hover,
#webbr-form .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid #019bdd
}

select {
  color: #019bdd;
  font-size: 18px;
  /* needed */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* SVG background image */
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#019bdd'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-color: #efefef;
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 22px !important;
    color: #2C3E50;
    font-weight: 600;
    text-align: center;
    margin-bottom: 4rem;
    margin-top: 2rem;
}


#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 14.28%;
    float: left;
    position: relative
}

#progressbar #pesquisa:before {
    font-family: FontAwesome;
    content: "\f128"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #tecnologia:before {
    font-family: FontAwesome;
    content: "\f086"
}

#progressbar #webbr:before {
    font-family: FontAwesome;
    content: "\f133"
}

#progressbar #cursos:before {
    font-family: FontAwesome;
    content: "\f108"
}

#progressbar #nextwebbr:before {
    font-family: FontAwesome;
    content: "\f073"
}


#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #019bdd
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.first-line {
    padding: 0.6rem 0 0.6rem 1.9rem;
}

.first-line .img-centro {
    max-width: 100px;
    margin-left: 8px;
}

.first-line .link-nicbr {
    font-family: Helvetica, "sans-serif";
    padding: 12px 8px 12px;
    font-size: 16px;
    font-weight: normal;
    border-right: 2px solid #e4e4e4;
    color: #000000;
    opacity: 0.6;
}


.error{
    color: #e99344;
    width: 100%;
}

/*FOOTER*/


footer {
    color: #fff;
    padding: 40px 55px 50px;
    width: 100%;
    bottom: 0;
    position: relative;
    border-bottom: 1px solid #0e0e0e54;
    background: rgba(241, 243, 244, 0.55);
    margin-top: 10rem;
}
footer .links-footer {
    margin-bottom: 3px;
}
footer .links-footer a {
    font-size: 14px;
    line-height: 1.23;
    letter-spacing: 0.09px;
    color: rgba(0, 0, 0, 0.6);
}
footer .title-footer {
    margin-bottom: 3px;
}
footer .title-footer a {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.23;
    letter-spacing: 0.09px;
    color: rgba(0, 0, 0, 0.87);
}
footer a {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: 0.09px;
    color: rgba(0, 0, 0, 0.6);
    padding: 6px;
}
footer a:hover {
    color: #2ca94d;
    transform: translateY(-1px);
    text-decoration: none;
}
footer .title-politica {
    color: #fff;
    font-weight: 100;
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding-top: 10px;
}
footer .desc-politica {
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 12px;
}
.logos-footer {
    background-color: #f1f3f4;
    padding: 50px 55px;
    width: 100%;
    bottom: 0;
    position: relative;
    z-index: 99;
    color: #000;
}
.logos-footer img {
    padding: 0 13px;
}
.logos-footer .divisor-logo {
    width: 1px;
    height: 50px;
    opacity: 0.12;
    background-color: rgba(0, 0, 0, 0.87);
    margin-top: -10px;
    margin-left: 20px;
    margin-right: 20px;
}
.logos-footer .title-footer {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: 1.87px;
    color: rgba(0, 0, 0, 0.87);
    text-transform: uppercase;
}
.logos-footer .content-iniciativa {
    font-family: "Roboto", sans-serif;
    opacity: 0.7;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: 0.43px;
    color: rgba(0, 0, 0, 0.87);
}
.social-icons {
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    margin-top: 20px;
    padding-top: 25px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-family: "Roboto", sans-serif;
}
.social-icons .text-siga {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: 1.87px;
    color: rgba(0, 0, 0, 0.87);
}
.social-icons ul {
    display: inline-block;
    margin-left: -20px;
}
.social-icons ul li {
    display: inline-block;
}
.social-icons ul li a:hover {
    text-decoration: none;
}
.social-icons ul .fab,
.social-icons ul .fas,
.social-icons ul .fa {
    margin-right: 6px;
    cursor: pointer;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    color: #000;
}
.social-icons ul .fab:hover,
.social-icons ul .fas:hover,
.social-icons ul .fa:hover {
    transform: scale(1.1) !important;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.infos-footer {
    margin-top: 20px;
    padding-top: 25px;
    padding-bottom: 5px;
}
.infos-footer ul li {
    display: inline;
    padding: 20px;
}
.infos-footer ul li a {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.09px;
    color: rgba(0, 0, 0, 0.6);
}
.infos-footer ul li a:hover {
    color: #fff;
    transform: translateY(-5px);
    text-decoration: none;
}
.infos-footer .nic-cnpj {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.1px;
    color: rgba(0, 0, 0, 0.82);
}
.border-footer {
    width: 1px;
    height: 45px;
    display: inline-block;
    position: relative;
    margin-top: -8px;
    opacity: 0.12;
    background-color: rgba(0, 0, 0, 0.87);
}
.border-footer {
    border-right: 1px solid #000;
}
.page-link {
    border: none;
    color: rgba(0, 0, 0, 0.6);
}
.page-item.active .page-link {
    z-index: 1;
    background-color: transparent;
    color: #2ca94d;
}
.text-contato {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: 0.1px;
    text-align: right;
    color: rgba(0, 0, 0, 0.7);
    text-transform: none;
}

.hidden {
  display: none;
  /*   opacity: 0; */
}

.shown {
  display: visible;
  transition: all .5s ease-out;
  opacity: 1;
  color: red;
}

@media (max-width:480px)  {

    .titulo-form{
        font-size: 14px;
    }

    label {
        font-size: 14px;
    }

    .form-check-inline{
        width: 100%;
    }

    .fs-title {
        font-size: 16px !important;
    }
} 

@media (max-width: 767px) {
 input::-webkit-calendar-picker-indicator { 
  display: none; 
}
input[type="date"]::-webkit-input-placeholder { 
  visibility: hidden !important;
} 
}

