﻿#psm {
    background: #0061b0;
    margin-top: 0;
    padding-bottom: 30px;
}
@media(max-width: 992px) {
    #psm {
        margin-top: 50px;
    }
}
h1, h2, h3, h4 {
    font-family: Gotham-medium;
    color: white;
}
h2 {
    margin: 40px 0;
    font-size: 30px;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
}
h3 {
    margin: 40px 0;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
}
@media(max-width: 992px) {
    h2, h3 {
        font-size: 22px;
        margin: 30px 0;
    }

}
.imagens-proibido {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    row-gap: 5px;
}
.banner-topo {
    background: url(./banner-psm.png) no-repeat center center;
    background-size: auto 100%;
    height: 366px;
}
@media(max-width: 992px) {
    .banner-topo {
        background-image: url(./banner-psm-m.png);
        background-size: cover;
        height: auto;
    }
    .banner-topo::before {
        padding-bottom: 43%;
        display: block;
        content: "";
    }
}
@media(min-width: 1921px) {
    .banner-topo {
        background-size: cover;
    }
}
.imagens-proibido img {
    flex: 1;
}

.pactos {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
    color: white;
    align-items: flex-start;
    justify-content: space-between;
}
.pactos li {
    width: calc(25% - 10px);
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

    .pactos li .img {
        display: flex;
        align-items: center;
        justify-content: center;
    }
        .pactos li .img img {
            max-width: 33%;
        }
    .pactos li .body {
        display: flex;
        flex-direction: column;
        row-gap: 5px;
        align-items: flex-start;
    }
    .pactos li .body span {
        font-family: swis721_blkrnd_btblack, Arial, Helvetica, sans-serif;
        font-size: 10px;
        padding-bottom: 3px;
        padding-right: 3px;
        border-bottom: 1px solid white;
        margin-bottom: 5px;
    }
        .pactos li .body strong {
            font-family: swis721_blkrnd_btblack, Arial, Helvetica, sans-serif;
            text-align: center;
            font-size: 13px;
            line-height: 20px;
            width: 100%;
            display: block;
            text-transform: uppercase;
        }
        .pactos li .body p {
            font-family: gotham-medium;
            margin: 0;
            text-align: center;
            font-size: 11px;
            line-height: 16px;
            width: 100%;
        }

        @media(max-width: 992px) {
            .imagens-proibido {
                flex-wrap: wrap;
                column-gap: 2px;
            }
            .imagens-proibido img {
                width: calc(25% - 5px);
                flex: none;
            }

            .pactos li {
                width: calc(50% - 5px);
            }
                .pactos li .body span {
                    font-size: 9px;
                }
                .pactos li .body strong {
                    font-size: 11px;
                    font-size: 12px;
                }

                .pactos li .body p {
                    line-height: 12px;
                    font-size: 9px;
                }
            .breakline {
                display: block;
            }
            
        }
        