@media (min-width: 768px) and (max-width: 1200px) {

    #titulo-h2 {
        display: block;
    }

    #titulo-h4 {
        display: none;
    }

    #tit-h2{
        display: block;
    }

    #tit-h4{
        display: none;
    }

    h4 {
        font-size: 16px !important;
    }
    
    .panel-body {
        padding: 45px 26px 0;
        flex: 1;
    }
    
    .contrato {
        text-align: justify;
        text-justify: inter-word;
        max-height: 80vh;
        overflow: scroll;
        position: relative;
        padding: 20px 15px;
        border-radius: 8px;
        background-color: #eee;
    }

    #btn-popup {
        display: inline-block;
        margin: 0px 0px 30px 50px;
    }

    #btn-popup .imprimir-contrato {
        margin-left: -23px;
    }

    .aviso-contrato,
    .panel-footer {
        width: calc(100% + 24px);
        padding: 0px 18px;
        margin: -22px 0px 0px -12px;   
    }

    #progressFlow {
        flex-direction: column;
        margin-left: 30%;
    }

    #progressFlow li {
        flex-direction: row;
    }

    #progressFlow li .progress {
        margin: 0 30px;
    }

    .progress::after {
        width: 5px;
        height: 45px;
        bottom: 110%;
        left: 50%;
        transform: translateX(-50%);
    }

    .one::after {
        height: 0;
    }

    #progressFlow li .icon {
        margin: 15px 0;
    }

    .payment-card {
        background-color: rgb(249, 249, 249);
        padding: 3%;
        margin-top: 5%;
    }

    .payment-method {
        display: flex;
        margin-bottom: 18px;
        justify-content: space-between;
    }

    .card-logos {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .image-cartao {
        max-height: 20px;
        object-fit: contain;
        object-position: center;
    }

    .radio-input {
        margin-top: 20px;
        font-size: 14px;
    }

    .contrato p {
        margin: 0px 10px 20px 5px;
        text-align: justify;
    }

    .progress0,
    .progress1,
    .progress2,
    .progress3 {
        width: 100%;
        margin: 0;
    }

    .preload-container img {
        width: 60%;
        display: flex;
        margin: 40% auto 0 auto;
    }

    .confirmation-details {
        margin-top: 10%;
        font-size: 16px;
        display: grid;
        justify-content: center;
        align-items: center;
        justify-items: self-start;
        margin-bottom: 15%;
    }

    #parabens-h1 {
        display: none;
    }
    
    #parabens-h2 {
        display: block;
    }

    #fail-h1{
        display: none;
    }
    
    #fail-h2{
        display: block;
    }

    #titulo-confirmacao {
        margin-top: 2%;
        color: white;
        font-size: 18px;
        font-weight: bold;
    }

    #error {
        width: auto;
        margin: 0px 0px 30px 0px;
    }

}