.card{
    margin-bottom: 20px;
    border: 1px solid #ced4da;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgb(102 102 102 / 25%);
    background: #fff;
    padding: 20px;
}

.card p {
    text-align: justify;
}

.card  p, .card section{
    font-size: 16px;
}

.card > h2 {
    color: var(--primary-500);
    font-weight: bold;
}

.card-titulo-check{
    background-color: var(--white);
    padding: 32px 20px 10px 20px;
    margin-bottom: 27px;
    font-size: 15px;
    text-align: center;
    letter-spacing: -0.005em;
}

.card-icon-check{
    width: 80px;
    height: 80px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: var(--primary-500);
    font-size: 36px;
    padding: 10px;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    box-shadow: 0px 4px 6px 0px rgba(102, 102, 102, 0.3);
} 

.card-info {
    display: inline;
    padding: 0.5rem;
}   

.card-info > i {
    border-radius: 50%;
    color: #6A4AB5;
    box-shadow: 0px 0px 10px 0px rgb(102 102 102 / 25%);
}

.card-tipo {
    background-color: #FFF;
    padding: 32px 20px 10px 20px;
    margin-bottom: 27px;
    font-size: 15px;
    text-align: center;
    letter-spacing: -0.005em;
}

.card-tipo > h3 {
    font-weight: bold;
    color: #666666;
    text-align: center;
    display: inline;
    text-transform: uppercase;
}

.card-link{
    color: var(--secondary-500);
    font-weight: bold;
    font-size: 26px;
    text-decoration: none !important;
    transition: 0.2s;
}

.card-link:hover{
    color: var(--primary-500);
}

#iframe-formalizacao{
    width: 100%;
    height: 90vh;
}

.headName{
    text-align: center;
}

#botao-formalizacao{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#botao-formalizacao a{
    color: white;
    
}

#url-formalizacao{
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

#url-formalizacao p{
    font-size: 16px;
}

.size {
    display: flex; 
    flex-direction: column; 
    
}

.size p{
    font-size: 16px;
    text-align: center;
}

.btnsize{
    max-width: 400px;
}

.passoForm{
    background-color: none;
    font-size: 20px;
    text-align: center; 
    position: sticky; color: var(--primary-500); 
    margin-top: 20px; 
}