#imprimir-certificado{
    padding: 20px;
    display: block;
    background: #ffffff;
    font-family: "Roboto", Sans-serif !important;
}
.actions {
    margin-bottom: 20px;
}
.certificate {
    width: 100%;
    max-width: 100%;
    height: 712px;
    margin: 0px auto;
    padding: 0;
    border: 1px solid #ededed;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f8f8f8;
    overflow: hidden;
}
.title {
    margin-bottom: 180px;
    text-align: left;
    padding: 0px 90px;
    position: relative;
    z-index: 10;
}
.title img {
    max-width: 80%;
    height: auto;
    margin: 40px 0;
    position: relative;
    z-index: 12;
}
#recipient {            
    width: 70%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 90px 10px 20px 120px;
    z-index: 12;         
}
#recipient h1 {
    color: #000000;
    font-family: "Roboto", Sans-serif !important;
    font-size: 42px;
    line-height: 50px;
    margin: 0;
    padding: 30px 0 20px;
    text-align: left;    
}
#recipient h2 {
    color: #000000;
    font-family: "Roboto", Sans-serif !important;
    font-size: 32px;
    line-height: 40px;
    margin: 0;
    padding: 0 0 20px;
    text-align: left;    
}
#recipient h3 {
    color: #000000;
    font-family: "Roboto", Sans-serif !important;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    padding: 0 0 20px;
    text-align: left;    
}
#recipient p {
    text-align: left !important;
    font-size: 18px !important;
    margin: 0px;
    padding: 0px;
    font-family: "Roboto", Sans-serif !important;
    color: #000000;    
}
#recipient span.nome-recipient {
    font-weight: 900 !important;
    font-size: 26px !important;
    font-family: "Roboto", Sans-serif !important;
}        
.topo {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    padding: 90px 0px 45px;
    position: relative;
    z-index: 10;
}
#certificado-logo {
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 12;
    width: 26%;
    height: auto;          
}
#certificado-logo-secundaria {
    max-width: 500px;
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 12;
}
#caixa-data {
    position: absolute;
    bottom: 0px;
    right: 15%;
    width: 240px;
    background: #5768ff;
    padding: 25px 25px 70px;
    box-sizing: border-box;
    z-index: 99;
    border-radius: 20px 20px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
#caixa-data h3 {
    color: #ffffff;
    font-family: "Roboto", Sans-serif !important;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    padding: 0 0 0 0;
    text-align: left;
    letter-spacing: 1px;
}
.link-geral {    
    font-family: "Roboto", Sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    text-transform: inherit;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
    fill: #5768FF;
    color: #5768FF;
    background-color: #fff;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #4356FF;
    border-radius: 0px 0px 0px 0px;
    padding: 8px 10px 8px 10px;
    cursor: pointer;
}
.link-geral:hover, .content-material a:hover {
    color: #fff;
    background-color: #5768FF;
    border-color: #4356FF;
}
#aviso-impressao {
    font-family: "Roboto", Sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    color: red;
    text-align: left;
    margin-top: 10px;
    padding: 10px 200px;
}
#imgFundo {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
}
#imgFundo img {
    position: relative;
    width: 100%;
    height: 100%;
}
@media print {    
    .actions {
        display: none; 
    }
    .cky-revisit-bottom-left{
        display: none;
    }
    #aviso-impressao{
        display: none;                
    }
    #imprimir-certificado{
        padding: 0px;
        display: block;
        background: #ffffff;
    }
    .certificate{
        border: none;
    }
    .title img{       
        margin: 0px 0px 0px 0px;        
    }
}
@media only screen and (max-width : 767px) and (min-width : 280px) {
	#imprimir-certificado {
        padding: 0px;         
        overflow-x: auto; 
        min-width: 1120px;   
        min-height: 807.52px; 
    }
    #imprimir-certificado .certificate{
        min-width: 1120px;   
        min-height: 807.52px;   
    }

}
