*{
    font-family: 'Sora', sans-serif;
    margin: 0;
}

.invalid {
    border: 2px solid red !important;
}

.form-input{
    background-color: white;
    padding: 2% 2%;
    border: 0.5px solid #7E7E7E;
    border-radius: 5px;
    width: 95%;
}

.bloco{
    background-color: white;
    padding: 2%;
    margin: auto;
    margin-top: 1%;

    width: 40%;

    border-radius: 5px;
}

.bloco h5{
    font-size: 1.1em;
    text-align: center;
    padding: 0.5% 0% 3% 0%;
}

.descricao{
    font-size: 0.8em;
}

.b{
    font-weight: 600;
}

.t1{
    font-size: 1em;
}

.input-s{
    margin-top: 1%;
    margin-bottom: 6%;
}

.btn-next{
    background-color: #FF8B00;
    padding: 3%;
    text-decoration: none;

    border-radius: 5px;

    color: white;

    border: none;
    width: 50%;

    cursor: pointer;
}

.btn-disabled{
    background-color: #bdbdbd;
    padding: 3%;
    text-decoration: none;

    border-radius: 5px;

    color: white;

    border: none;
    width: 30%;

    
}


.btn-next-d{
    background-color: #FF8B00;
    padding: 3%;
    text-decoration: none;

    border-radius: 5px;

    color: white;

    border: none;
    width: 30%;

    cursor: pointer;
}

.btn-back{
    background-color: #efefef;
    padding: 3%;
    text-decoration: none;

    border-radius: 5px;

    color: black;

    border: none;
    width: 20%;

    cursor: pointer;
}




.inline{
    display: inline-block;
}

.f-right{
    float: right;
}


.w45{
    width: 45%;
}

.t-end{
    text-align: end;
}


.bloco-titlee{
    color: white;
    background-color: #1A0C08;
    padding: 2%;
    margin: auto;
    margin-top: 2%;
    text-align: center;
    width: 40%;

    border-radius: 5px;
}

.bloco-title{
    color: #1D1D1D;
    background-color: #ffffff;
    padding: 1.4% 20%;
    margin: auto;
    /* margin-top: 2%; */
    text-align: center;
    /* width: 100%; */
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
}

.bloco-title img{
    width: 20vh;
}

.card.active {
    display: block;
  }
  
  .card {
    display: none;
  }
  
  
.img-form{
    width: 35vh;
    height: 25vh;
    object-fit: cover;
    /* border-radius: 10px; */
    border-radius: 10px 10px 0px 0px;
    cursor: pointer;
}

.fonte-form{
    width: 35vh;
   
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
}

.checkimg{
    position: absolute;
    margin: 1%;
    transform: scale(1.4);
    cursor: pointer;
}

.mg{
    margin: 1%;
    cursor: pointer;
}

.termos{
    overflow: scroll; 
    height: 40vh; 
    padding: 2%; 
    border: 1px solid #aaaaaa; 
    margin: 4% 0%
}

.termos p{
    font-size: 0.8em;
    text-align: justify;
}

.termos li{
    font-size: 0.8em;
    margin-left: 2em;
    text-align: justify;
}

.pacotes{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.pacote {
    padding: 5% 3%;
    border: 1px solid #D7D7D7;
    width: 25%;
    border-radius: 5px;
    margin: 0.5%;
    display: flex;
    vertical-align: text-top;
    padding-top: 0% !important;
    flex-direction: column;
    align-items: center;
}

.pacote span{
    font-size: 0.8em;

}

.pacote h4{
    font-size: 1.3em;
}

.pacote button{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #D7D7D7;
    padding: 4% 5%;
    background-color: white;
    cursor: pointer;
    margin: 10% 0%;
}
.pacote button i{
    float: right;
}

.pacote button span{
    float: left;
    font-size: 1em;
}


.pacote li{
    list-style: none;
    font-size: 0.7em;
    margin-top: 8%;
}


.destaque{
    border: 2px solid #FF8B00 !important;
    
}

.destaque button{
    background-color: #FF8B00 !important;
    color: white !important;
}

.recomendado {
    background-color: #FF8B00;
    padding: 0.5em;
    font-size: 0.6em !important;
    color: white;
    float: right !important;
    border-radius: 0px 0px 3px 3px;

    position: absolute;
    padding-left: 1%;
    padding-right: 1%;
    align-items: center;
    display: flex;
}



.d-none{
    display: none;
}


.radio{
    padding: 2%;
}

@media only screen and (max-width: 600px) {
   .bloco{
        width: 90%;
        padding: 4% 2%;
   }

   .long-label{
    height: 2.3em !important;
  }

   .form-input{
        background-color: white;
        padding: 5% 2%;
        border: 0.7px solid #505050;
        border-radius: 5px;
        width: 95%;
        font-size: 0.9em;
    }

    .input-s{
        margin-top: 2%;
        margin-bottom: 10%;
    }

    .bloco-title img{
        padding-bottom: 3%;
    }
    
    .bloco-title{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 4% 5%;
    }

    .bloco-title .sessao{
        width: 100%;
    }

    .bloco-title h2{
        font-size: 1.2em;
    }

    .btn-next{
        width: 100%;
        padding: 5%;
        font-size: 1em;
    }

    .btn-next-d{
        width: 65%;
        padding: 5%;
        font-size: 1em;
    }

    .btn-disabled{
        width: 65%;
        padding: 5%;
        font-size: 1em;
    }

    .btn-back{
        width: 33%;
        padding: 5%;
        font-size: 1em;
    }

    .nav p{
        width: 100% !important;
        text-align: center;
        margin-top: 2%;
    }

    .title{
        padding-bottom: 5%;
        margin-bottom: 5%;
        /* border-bottom: 1px solid #505050; */
        border-radius: 0;

        display: flex !important;
        flex-direction: column;
        align-items: center;
        gap: 0.5em;
        text-align: center;
        border-radius: 5px;
        margin-bottom: 0;
    }

    .title .descricao{
        width: 90%;
    }

    .input-field{
        width: 92% !important;
        font-size: 1em !important;
    }

    .img-form{
        width: 40vh;
        height: 25vh;
        object-fit: cover;
        border-radius: 5px;
        border: 1px solid;
        cursor: pointer;
    }
    
    .fonte-form{
        width: 40vh;       
        object-fit: cover;
        border-radius: 5px;
        cursor: pointer;
        border: 1px solid;
    }
    
    .checkimg{
        position: absolute;
        margin: 2%;
        transform: scale(1);
        cursor: pointer;
    }

    
    .pacote span{
        font-size: 0.7em;
    }
    
    .pacote h4{
        font-size: 1em;
        
    }
    
    .pacote button{
        width: 100%;
        border-radius: 5px;
        border: 1px solid #D7D7D7;
        padding: 10%;
        background-color: white;
        cursor: pointer;
        margin: 10% 0%;
        color: black;
    }
    .pacote button i{
        float: right;
    }
    
    .pacote button span{
        float: left;
        font-size: 1em;
    }
    
    
    .pacote li{
        list-style: none;
        font-size: 0.4em;
        margin-top: 8%;
    }
    


    .recomendado{
        font-size: 0.5em !important;
    }



}

.error{
    background-color: rgb(208 1 1) !important;
    color: white;
    gap: 1em;
    padding: 2%;
    margin: 2% 0%;
    border-radius: 5px;
    display: none;
    align-items: center;
    justify-content: center;
}

.error p{
    width: auto;
    font-size: 0.9em;
}

/* ---------------------------------- */
.stepper {
    display: flex;
    justify-content: space-evenly;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    padding: 10px 0;
    margin: auto;
  }
  
  .step {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    font-size: 0.8em;
    justify-content: center;
    align-items: center;
    background-color: #e0e0e0;
    color: #7f7f7f;
    font-weight: bold;
  }
  
  .line {
    flex-grow: 1;
    height: 2px;
    background-color: #e0e0e0;
    margin: 0 5px;
  }
  
  .step.completed {
    background-color: #1d2236;
    color: white;
  }
  
  .step.active {
    background-color: #fab314;
    color: white;
  }
  


  /* -------- */


  footer{
    margin: 0;
    padding: 2%;
    font-size: 0.7em;
    color: #505050;
    text-align: center;
  }

.sub-descricao{
    border: solid;
    border: solid 1px #AEAEAE;
    margin-top: -2%;
    padding: 2%;
    border-radius: 0px 0px 10px 10px;
}

.formasdepag{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.formapag{
    border: 1px solid #D7D7D7;
    border-radius: 5px;
    margin: 0.5%;
    vertical-align: text-top;
    display: grid;
    grid-template-columns: 1fr 2fr 2fr 1fr;
    grid-template-rows: 1fr 0fr;
    gap: 3%;
    align-items: center;
    padding: 2% 0% 2% 5%;
    cursor: pointer;
}

.formapag button{
        border-radius: 5px;
        padding: 4% 5%;
        background: none;
        cursor: pointer;
        border: none;
}

.formapag input{
    display: none;
}

/* .pag-selectt{
    border: solid 2px #1d2236;
    background-color: #1d2236;
    color: white;
} */

.pag-select{
    border: 2px solid #FF8B00 !important;
}

.pag-select i{
    color: #ff8b00 !important;
    font-size: 1.4em;
}


.detalhe-pag{
    font-size: 0.8em;
}

.desconto5pix{
    background-color: #fab314;
    padding: 1% 5%;
    border-radius: 5px;
    color: black;
    font-size: 0.8em;
    font-weight: 600;
}


.resumo .descricao{
    font-size: 0.8em;
    padding: 1%;  
}



/* ------- */
ul {
    list-style-type: none;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.fileList li {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

li:last-child {
    border-bottom: none;
}

.icon, .thumbnail {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.thumbnail img {
    width: 100%;
    height: auto;
}

.close-btn {
    margin-left: auto;
    color: red;
    cursor: pointer;
}


#fileenvio{
    margin-bottom: 0 !important;
    border-radius: 10px 10px 0px 0px;
    padding: 2% 2.3%;
    border: 1px solid #ccc;
}

.personalizado-pacote{
    display: grid;

    justify-content: space-between;
}

.common-list{
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    /* grid-gap: 1em; */
    border: none;
}

.pagamento{
    text-align: center;
}

.btn-pag{
    background-color: #3483fa;
    padding: 3%;
    text-decoration: none;
    border-radius: 5px;
    color: white;
    border: none;
    width: 80%;
    cursor: pointer;
    margin: 1%;
}

.btn-pag i{
    padding-right: 2%;
}

.btn-zap{
    background-color: #efefef;
    padding: 3%;
    text-decoration: none;
    border-radius: 5px;
    color: #1b1b1b;
    border: none;
    width: 80%;
    cursor: pointer;
    margin: 1%;
    border: solid 1px #dadada;
    margin-bottom: 1%;
}

.btn-zap i{
    padding-right: 2%;
}

.btn-pix{
    background-color: #efefef;
    padding: 3%;
    text-decoration: none;
    border-radius: 5px;
    color: #1b1b1b;
    border: none;
    width: 80%;
    cursor: pointer;
    margin: 1%;
    border: solid 1px #dadada;
    display: flex;
    margin: auto;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    /* margin: 1%; */
    margin-bottom: 1%;
}



.notification {
    display: none;
    position: fixed;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    background-color: #1d2236;
    color: #fff;
    border-radius: 5px;
    z-index: 1000;
}

.desconto-desc{
    background-color: #1d2236;
    padding: 1% 3%;
    border-radius: 5px;
    color: white;
    margin: auto;
    width: 60%;
    text-align: center;
    display: block;
}

a{
    text-decoration: none;
}

d-inline{
    display: inline;
}



.aviso-recesso {
    background: #ffebdf;
    padding: 2% 3%;
    border-radius: 3px;
    color: black;
    font-size: 0.8em;
}


.input-group {
    position: relative;
    margin-bottom: 1.8em;
    /* margin-bottom: 20px; */
  }

.inferior{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: 1px #c8c8c8 solid; */
}

.inferior .seletor{
    display: flex;
    height: auto;
    align-items: center;
    flex-direction: row;
    font-size: 0.9em;
}

.inferior .seletor input{
    margin-right: 0.5em;
}


  
  .input-field, .input-radio {
    width: 96%; /* Ajustado para melhor alinhamento e espaçamento */
    padding: 16px 12px 8px;
    border: 2px solid #ddd;
    border-radius: 8px;
    outline: none;
    transition: border-color .3s;
  }
  
  .input-field:focus {
    border-color: #1d2236;
  }
  
  .input-label {
    position: absolute;
    left: 12px;
    top: 12px;
    background-color: #fff;
    padding: 0 4px;
    transition: all 0.3s ease;
    color: #999;
    pointer-events: none;
  }
  
  .input-field:focus + .input-label,
  .input-field:not(:placeholder-shown) + .input-label {
    top: -10px;
    left: 8px;
    font-size: 12px;
    color: #1d2236;
  }
  

  
  .radio-group {
    margin-bottom: 20px;
  }
  
  .group-label {
    display: block;
    margin-bottom: 10px;
    color: #1d2236;
    font-weight: bold;
  }
  
  .radio-option {
    display: flex;
    margin-bottom: 5px;
    padding: 7px 12px 8px;
    border: 2px solid #ddd;
    border-radius: 8px;
    outline: none;
    transition: border-color .3s;
    align-items: center;
  }
  
  .input-radio {
    margin-right: 10px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    appearance: none;
    background-color: #f0f0f0;
    border: 2px solid #ddd;
    border-radius: 50%;
    outline: none;
    transition: background-color 0.2s, border-color 0.2s;
  }
  
  .input-radio:checked {
    background-color: #1d2236;
    border-color: #1d2236;
  }
  
  .input-radio:checked + .radio-label {
    color: #1d2236;
  }
  
  .radio-label {
    cursor: pointer;
    user-select: none;
    transition: color 0.2s;
  }
  

  .info-input{
    color: #878787;
    padding-top: 0.5%;
    font-size: 0.8em;
  }

  .long-label{
    height: auto;
  }


  .title{
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    align-items: center;
    text-align: center;
  }


  .title .descricao{
    width: 90%;
}

.info-details{
    font-size: 0.9em;
    background-color: #fff6ce;
    padding: 2% 3%;
    border-radius: 5px;
    font-weight: 500;
}


.form-input.input-s {
    width: 93%;
    padding: 16px 12px;
    border: 2px solid #ddd;
    border-radius: 8px;
    transition: border-color .3s;
    outline: none;
    resize: none; /* Impede o usuário de redimensionar o textarea */
    margin: 0;
    margin-bottom: 2%;
  }
  
  /* Estilo quando o usuário foca no textarea */
  .form-input.input-s:focus {
    border-color: #1d2236;
  }
  