:root{
    --green: #12DB76;
    --white: #fff;
    --darkgrey: #272727; 
    --linearTitle: linear-gradient(90deg, #12DB76 0%, #272727 50%, #12DB76 100%);
    --linearText: linear-gradient(90deg, #12DB76 0%, #272727 5.32%, #12DB76 10.98%);
    --allColourGradient: linear-gradient(45deg, #12DB76, #272727, #12DB76, #12DB76, #272727);
    --linear1: linear-gradient(90deg, #12DB76 0%, #272727 50%, #12DB76 100%);
}

/** saidas **/
.saidas {
    padding: 70px 0 50px 0;
}

#saidas-box {
    background: #F0F0F0;
    padding: 30px;
    border-radius: 50px;
}

#drop-box {
    display: block;
    margin: auto 0;
}

.caracteristicas p {
    max-width: 100%;
}

.frontend .pre-title {
    width: min-content;
}

#topsection.frontend {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%), url('/img/curso/frontend/banner.png');
    background-size: cover;
    background-position: center;
}
#icons img {
    max-width: 50px;
    display: block;
    margin: 0 auto 20px;

}

.card {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0;
    text-align: left;
}

#plano-p {
    margin-top: 30px;
}

#meto {
    padding: 40px 0 50px 0;
}

#meto-ss {
    margin-top: 40px;
}

/*FAQ*/
.faq {
    padding: 40px 0 60px 0;
    background-color: #F0F0F0;
}

.card-header {
    border-bottom: none;
    background: transparent !important;
    padding: 8px 0;
}

.card {
    background-color: transparent;
}

#selo-footer img {
    width: 95%;
}

.btn-link {
    width: 100%;
    background: url('/img/common/icons/drop.svg');
    text-decoration: none;
    background-position: right;
    background-repeat: no-repeat;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 700;
    color: #333333;
    text-align: left;
}

.btn-link:hover,
.btn-link:active {
    color: #12DB76;
    text-decoration: underline;
}

#faq-space {
    margin-top: 20px;
    padding-left: 30px;
}

.caracteristicas {
    background-color: #F0F0F0;
    padding: 43px 0 64px;
}

.caracteristicas .underline {
    margin-bottom: 53px;
}

#cara-icon img {
    max-width: 70px;
}

#cara-icon {
    text-align: center;
}

#cara-icon h6 {
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
}

/*medals*/
/* #medals {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
} */

#prz-tt {
    color: #ffffff !important;
}

#prz-line {
    background-color: #ffffff !important;
}

.btn:focus {
    box-shadow: none;
}

/*Footer / Medalhas*/
.footer {
    background-repeat: no-repeat;
    background-image: url('/img/curso/frontend/footer.png');
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    text-align: center;
}

#footer-title {
    color: #FFF;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 50px;
}

.caracteristicas:not(.vants) {
    background-color: #fff;
}

/* form */
fieldset{
    display: none;
}
fieldset.active{
    display: flex;
    height: 100%;
    border-radius: 0 0 15px 15px;
}
fieldset.active .form-inputs {
    min-height: 430px;
    width: 100%;
    border-radius: 0 0 15px 15px;
}
.multistep{
    background: var(--white);
    min-height: 550px ;
    border-radius: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.multistep .form-heading{
    border-radius: 15px 15px 0 0;
}

.progressbar {
  width: 100%;
  max-width: 200px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  margin: 20px auto auto;
}
.progress_number {
  width: 28px;
  height: 28px;
  border-radius: 50px;
  background: var(--darkgrey);
  color: var(--white);
  text-align: center;
  line-height: 1;
  font-size: 15px;
  margin: 0;
  align-content: center;
  position: relative;
  z-index: 22;
}
.progress_number.active {
  background: var(--green);
  font-weight: 700;
}
.progressbar_color {
  width: 100%;
  height: 6px;
  border-radius: 20px;
  background: linear-gradient(90deg,rgba(71, 141, 120, 1) 0%, rgba(71, 141, 120, 1) var(--fill_color), rgba(217, 217, 221, 1) var(--fill_color));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.special-bullet select, .special-bullet input{
    border: 2px solid var(--darkgrey);
    border-radius: 12px;
    height: 50px; 
    padding: 5px;
    font-size: 16px;
}
/* agradecimento /particular */
.popup { 
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('/img/thanks_bg.svg') #fff;
  background-size: contain;
  background-repeat: no-repeat;
    border-radius: 15px;
  color: #000; 
  padding: 2.5rem;
  max-width: 95% !important;
  width: 650px;
  min-height: 400px;
  z-index: 1001;
  opacity: 0;
  transition: opacity 0.3s ease; 
 box-shadow: 0 0 30px 20px rgba(0, 214, 112, 0.15); 
  display: flex;
  text-align: left;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
 
.popup.show {
  opacity: 1;
}

.popup.hidden {
  display: none;
}

.popup h1 b {
    color: var(--darkgrey);
    text-transform: uppercase;
  font-size: 26px;
}
.tyImg{
    max-width: 250px;
}
.popup h1{
  line-height: 0.9;
}
.popup p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%; 
  text-wrap: balance;
}
 .close-btn{
     background: var(--green);
     border-radius: 30px;
     width: 30px;
     height: 30px;
margin-bottom: 30px;
 }
.popup .close-btn span {
  font-size: 30px; 
  color: #fff;
  
}  
.ml-auto{
    margin-left: auto;
}
.modal-content {
  background: rgba(255, 255, 255, 1) !important;
  color: #000 !important;
}

.modal button.close {
  color: #000 !important;
}

.modal .btn {
  margin: 0 auto !important;
  width: 240px !important;
  height: 50px !important;
  background: var(--linear1) !important;
  color: #fff !important;
  font-weight: 700 !important;
  transition: all 0.4s ease;
}

.modal .btn:hover {
  transform: scale(1.1);
}

@media (max-width: 991px) {
    #icons {
        margin-bottom: 20px;
    }

    #saida-img {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    #selo-footer {
        max-width: 200px;
        margin-bottom: 50px;
    }
    .multistep{
        min-height: 500px;
    }
    .multistep h5{
        font-size: 16px;
    }
    #selo-footer img {
        width: 100%;
    }

    .stats-title {
        font-size: 28px;
    }

    .stats-desc {
        font-size: 14px;
    }

    .underline {
        margin: 0 auto 45px;
    } 
    .tyImg{
        margin-bottom: 20px;
        width: 130px;
    }
    .popup{
        text-align: center;
        background-size: cover !important;
        justify-content: center;
    } 
    .close.form-btn {
        margin: 20px auto !important;
    }
}