body {
    background-color: #eef9ff;
}


.logo img {
    width: 70px;
    height: 60px;
}

.user-welcome{
  color:#ffffff !important;
  font-size:13px !important;
  font-weight:600 !important;
  white-space:nowrap !important;
}


#cabecalho-certificados {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    height: 180px;
    width: 100%;
    max-width: none;
    background: linear-gradient(90deg, rgba(10, 54, 126, 1) 0%, rgba(52, 158, 213, 1) 50%, rgba(52, 158, 213, 1) 80%, rgba(234, 203, 253, 1) 100%);
    padding: 18px;
    margin-top: 50px;
    margin-bottom: 100px;
    color: #fff;
}

.certificados-top-label {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.certificados-title {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 8px;
    line-height: 1.05;
}

.certificados-description {
    font-size: 15px;
    max-width: 700px;
    line-height: 1.5;
}


.comofunciona {

    margin: 50px 80px;
    background-color: rgb(219, 236, 255);
    border: 1px solid #0138C3;
    padding: 20px;
    border-radius: 10px;
}

.comofunciona .icone-texto {

    display: flex;
    gap: 20px;

}

.certificados {

    margin-bottom: 200px;
}

.icone-texto img {

    width: 40px;
    height: 40px;
}

.fileira-certificados {

    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 50px 50px;
}

.seucertificado {

    width: 28%;
    padding: 30px 25px;
    background-color: white;
    transform: scale(1.0);
    transform-origin: top center;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #373838;

}

.seucertificado .conteudo {

    display: flex;
    flex-direction: column;
    gap: 12px;

}

.seucertificado img {

    width: 40px;
    height: 40px;
    margin: auto;
}


.seucertificado h3 {

    font-size: 16px;
    padding: 8px;
    background-color: rgb(244, 244, 244);
    margin: auto;
    border-radius: 50px;
    box-shadow: 1px 2px 8px -2px #828282;
}

.seucertificado h4 {

    padding-top: 10px;
    font-size: 14px;
    font-weight: 900;
}



#modal-certificado {
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.15);
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.modal-certificado-box {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    max-width: 620px;
    width: 90%;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.modal-certificado-close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #333;
}

.modal-certificado-img {
    width: 100%;
    border-radius: 8px;
    display: block;
}

.modal-certificado-download {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
    background: #6b7280;
    color: #fff;
    padding: 12px 28px;
    border-radius: 25px;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.modal-certificado-download:hover {
    background: #4b5563;
}

.seucertificadobloqueado .conteudo {

    background-color: #95b9da;
    color: black;
    border-radius: 20px;
    gap: 20px;
    padding: 20px 0px;
}


.seucertificadobloqueado h3 {

    display: none;
}

.btn-certificado {
    margin-top: 15px;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    background-color: #000824;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.btn-certificado:hover {
    background-color: #5FA3FD;
}