#adesao-header .container{
    gap: 32px;
    padding: 44px 0;
}

.adesao-header-icon {
    width: 56px;
}

.adesao-header-text {
    max-width: 58.3%;
}

.adesao-header-text-title{
    color: #34b4eb;
}

.adesao-header-text-description {
    display: block;
    color: #616161;
}

#adesao-certificado .container {
    align-items: center;
}

#adesao-certificado .container > .btn-default {
    --btn-color: #1aa3df;
    gap: 8px;
    padding: 15px 35px;
}

#adesao-certificado .container > .btn-default:hover {
    --btn-color: #0c8dc4;
}

#adesao-certificado .container > .btn-default .fa-print {
    font-size: 26px;
}

.adesao-certificado-content {
    padding: 7%;
    background-color: #fff;
    margin-top: 62px;
}

.adesao-certificado-content-header img {
    width: max-content;
    margin: 0 auto;
}

.adesao-certificado-content-header {
    width: 356px;
    text-align: center;
    margin: 0 auto;
}

.adesao-certificado-content-header-title {
    text-align: center;
    color: #34b4eb;

    margin: 30px 0;
}

.adesao-certificado-content-dados {
    color: #34b4eb;
    margin: 40px 0 30px;
}

.adesao-certificado-content-main p{
    margin: 20px auto;
    color: #696969;
}

.adesao-certificado-content-main p b {
    font-family: "Montserrat Bold";
}

.adesao-certificado-content-main p a {
    font-family: "Montserrat Bold";
    color: rgb(0, 0, 238);
}

.adesao-certificado-content-footer {
    text-align: center;
    max-width: 545px;
    margin: 0 auto;
    margin-top: 200px;
    color: #34b4eb;
}

.adesao-certificado-content-footer p {
    margin-bottom: 15px;
}

@media print {
    html, body {
        width: 210mm !important;
        height: 297mm !important;
    }

    header {
        display: none !important;
    }

    .container {
        width: 100vw;
    }

    img#ornamento {
        display: none;
    }

    #adesao-header {
        display: none;
    }

    #adesao-certificado * {
        font-family: 'Times New Roman', Times, serif;
    }

    #adesao-certificado .container > .btn-default {
        display: none;
    }

    .adesao-certificado-content {
        padding: 7%;
        background-color: #fff;
        margin-top: 0;

        height: 100vh;
        width: 100%;
    }

    .adesao-certificado-content-header {
        flex-direction: row !important;
        align-items: center;
        width: 100%;

        justify-content: flex-start;
    }

    .adesao-certificado-content-header-title {
        font-size: 25px !important;
        margin-left: 120px;
        font-weight: bold;
    }

    .adesao-certificado-content-header > img {
        margin: 0;
    }

    .adesao-certificado-content-header p {
        margin: 15px;
    }

    .adesao-certificado-content-dados {
        margin: 20px 0;
    }

    .adesao-certificado-content-dados > p{
        font-size: 12px;
        line-height: 15px;

        margin: 8px 0;
        font-weight: bold;
    }

    .adesao-certificado-content-main {
        margin-bottom: auto;
        width: 100%;
    }

    .adesao-certificado-content-main > p{
        font-size: 12px;
        line-height: 15px;
        margin: 14px 0;

        width: 205mm !important;
        max-width: 205mm !important;
    }

    .adesao-certificado-content-main p b {
        font-weight: bold;
    }

    .adesao-certificado-content-footer {
        font-size: 12px;
        line-height: 15px;
        position: absolute;

        bottom: 20px;
        width: 100%;
        max-width: 100% !important;

    }

    .adesao-certificado-content-footer > p{
        font-size: 12px;
        line-height: 15px;
        max-width: 400px;

        margin: 30px auto;
        font-weight: bold;
    }

    #adesao-data-hoje {
        display: block;
    }

    footer {
        display: none !important;
    }
}