﻿body {
    background-color: #f5f5f5;
}

#capa-certificacoes {
    height: 664px;
    background-image: url('images/Certificacoes/capa-certificacoes.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
}

#capa-certificacoes-mobile {
    height: 664px;
    background-image: url('images/Certificacoes/capa-certificacoes-mobile.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}

#capa-compliance {
    height: 280px;
    background-image: url('images/Contato/capa-compliance.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
}

#divider {
    height: 39px;
    background-image: url('images/separador-base.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
}

#header-certificacoes {
    padding-top: 140px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 32px;
    color: #888B8D;
    line-height: 40px;
    background-image: url('images/triangulo-vermelho-canto.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
}

#header-certificacoes-mobile {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 32px;
    color: #888B8D;
    line-height: 40px;
}

#titulo-certificacoes {
    color: black;
    padding-bottom: 30px;
    border-bottom: 4px solid black;
    margin-bottom: 25px;
    width: 400px;
    margin-bottom: 30px;
}

#descricao-certificacoes {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 50px;
}

    #descricao-certificacoes a:link {
        color: #F32735;
        text-decoration: underline;
    }

    #descricao-certificacoes a:visited {
        color: #F32735;
        text-decoration: underline;
    }

    #descricao-certificacoes a:hover {
        color: #F32735;
        text-decoration: underline;
    }

    #descricao-certificacoes a:active {
        color: #F32735;
        text-decoration: underline;
    }

.quadro-certificado {
    margin-bottom: 25px;
    color: black;
    font-size: 20px;
    line-height: 26px;
    padding-left: 25px;
    padding-right: 25px;
}

.titulo-certificado {
    font-size: 34px;
    text-align: center;
    color: #F32735;
}

.logo-certificacao {
    margin-top: 20px;
    margin-bottom: 20px;
}