

/* @page {size:landscape}  */
/* @page {size:landscape}  */

.text-filled { color: #a3781c; border-bottom: 1px solid }
.form-search-cer {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 700px;
    transform: translate(-50%,-50%);
    border: 1px solid #CCC;
    padding: 3rem 2rem;
    background-color: #b72331;
}
.search-box-heading {
    background-color: #ffffff;
    padding: 1rem;
    color: #222e62;
    border-left: 8px solid #222E62;
    font-size: 1.2rem;
}
.form-search-cer { color: #FFF }
.form-search-cer .form-control {
    padding: 1.6rem;
    border-radius: 4px;
    border: none
}
.btn-submit-cer {
    background-color: #222e62;
    height: 51.19px;
    color: #FFF;
    border-radius: 0;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 3px 22px #0e0b0bb0;
}
.btn-submit-cer:hover { color: #FFF; background-color: #334594 }

.alert-danger {
    color: #6a000a;
    background-color: #f8d7da2b;
    border-color: transparent;
    box-shadow: 0 3px 20px #0000001f
}

@media only screen and (max-width: 992px) {
    .form-search-cer { width: 100% }
    .form-search-cer .form-control { margin-bottom: 15px }
}


.serif{
    font-family: serif;
    }
    .texto {
    margin: 0;
    }
    .negrito {
    font-weight: 700
    }
    .negrito-2 {
    font-weight: 600
    }
    .sublinhar{
    text-decoration: underline;
    }
    .center {
    text-align: center
    }
    .esquerda {
    text-align: right;
    }
    .overline {
    text-decoration: overline;
    }
    .quebra_linha{
    display: block;
    }
    /*configurações de fonts*/
    .font-17 {
    font-size: 17px;
    }
    .font-24 {
    font-size: 24px;
    }
    .font-36 {
    font-size: 36px;
    }
    .font-40 {
    font-size: 40px;
    }
    /*confifurações de margin*/
    .padding_top_35{
    padding-top:66px;
    }
    .margin_bottom_35{
    margin-bottom: 35px;
    }
    .altura_linhas_19{
    line-height: 19px;
    }
    .altura_linhas_35{
    line-height: 35px;
    }
    .altura_linhas_25{
    line-height: 25px;
    }
    .caixa_informacoes_aluno_cea{
        font-size: 22px;
        text-align: justify;
        padding-right: 46px;
    }
    .caixa_informacoes_aluno_cea_2{
        font-size: 22px;
        text-align: justify;
        padding-right: 46px;
        padding-left: 46px;
    }
    .caixa_informacoes_aluno_cea p{
        margin-top: 5px;
    }
    .assinatura_cea{
        line-height: 22px;
        font-size: 22px;
        padding-top: 22px;
    }
    .titulo_cea_2{
        margin-top: 35px;
        margin-bottom: 35px
    }
    .data_entrega_cea{
        padding-top: 25px;
        padding-bottom: 43px;
    }
    /*configurações de exibição da pagina e conteudo*/
    .certificado_conteudo {
        -webkit-print-color-adjust: exact;
        height: 755px;
        width: 1085px;
        background-repeat: no-repeat
    }
    .certificado_pagina {
        width: 1085px;
        margin: 30px auto;
        box-shadow: 0.5px 0.5px 7px #7e7e7e;
        border-radius: 2px;
        overflow: hidden;
        border: 16px solid #D9EAE2;
    }
    /*area de configuraçõa da pagina*/
    @page {
        size: 297mm 210mm;
        margin: 5mm;
        size: landscape
    }
    body {
        margin: 0;
        padding: 0px !important;
        font-family: 'Open Sans', sans-serif
    }
    p{
    margin: 0px;
    }
    /*SEMPRE DEIXAR NO FIM DO CODIGO configuração de impresão*/
    @media print {
    .certificado_pagina {
        padding: 0;
        background: transparent;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none
    }
    }

    .end-xs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .certificado_conteudo {
        position: relative;
        background-size: 97% 100%;
    }

    .cer__main--heading {
        margin: 0rem 0 5mm 0;
        font-weight: bold;
        font-family: 'Dancing Script', cursive;
        font-size: 30mm;
        background: -webkit-linear-gradient(#db960f, #ffc555);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .cer__name {
        font-size: 13mm;
        text-transform: uppercase;
        color: #1D1B32;
        margin: 0;
        border-bottom: 2px solid #1d1b32;
        display: inline-block;
        font-weight: bold;
    }
    .cer__center--heading {
        margin-bottom: 0;
        font-weight: 200;
        font-size: 4.5mm;
        color: #858585;
    }
    .list-unstyled {
        list-style: none;
        text-align: left;
    }
    .list-unstyled li {
        font-size: 12px;
        white-space: nowrap;
    }
    .img-absolute {
        width: 16vw;
        position: absolute;
        top: -21px;
        right: 1vw;
    }

@media print {
  .btn-print-cer {
    display: none !important
  }
}

.footer__top {
  position: absolute;
  top: 26mm;
  left: 26mm;
}
