@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.bg-fundo {
    background-image: url('../imagens/bg-site.jpg');
    background-position: top;
    background-repeat: no-repeat;
    padding: 80px 0;
    background-size: cover;
    color: #FFF;
    margin-bottom: 60px;
}

.logo-exodo {}

.conteudo-top h1 {
    font-size: 50px;
    font-weight: 800;
    padding: 60px 0;
}

.conteudo-top h2 {
    font-size: 40px;
    font-weight: 800;
}

.txt-ppcred {
    color: #4CCCDF;
}

.txt-itens {
    font-weight: 600;
    color: #0A2A7A;
    padding-top: 20px;
    position: relative;
}

.border-txt {
    border-left: 3px solid #0A2A7A;
    padding-left: 80px !important;
}

.txt-itens img {
    position: absolute;
    left: 0;
}

.txt-itens p {
    margin-left: 50px;
    margin-top: 10px;
    font-size: 15px;
}

.txt-itens p a {
    color: #0A2A7A;
    text-decoration: none;
}

@media screen and (max-width: 540px) {
    .bg-fundo {
        padding: 80px 0 80px;
        background-size: auto;
        margin-bottom: 0px;
    }
    .conteudo-top h1 {
        font-size: 30px;
    }
    .conteudo-top h2 {
        font-size: 20px;
    }
    .txt-itens {
        margin-left: 20px;
        width: 90% !important;
    }
    .border-txt {
        border-left: 0px;
        padding-left: 15px !important;
    }
}