#section-banner {
    position: relative;
    z-index: 2;
}
#section-banner .background {
    height: 360px;
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
    position: relative;
    clip-path: ellipse(100% 100% at 50% 0);
    -webkit-clip-path: ellipse(100% 100% at 50% 0);
}
#section-banner .background::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('/images/filtro-right.png');
    background-repeat: no-repeat;
    background-position: center center;
}
#section-banner .control-Height {
    height: 360px;
    width: 100%;
}
#section-banner .control-Height .text-1 {
    font-family: 'MontserratRegular', sans-serif;
    font-size: 36px;
    color: #ffffff;
    line-height: 38px;
}
#section-banner .control-Height .text-2 {
    font-family: 'MontserratBold', sans-serif;
    font-size: 36px;
    color: #ffffff;
    line-height: 38px;
}
#section-banner .control-Height .caminho {
    font-family: 'MontserratBold', sans-serif;
    font-size: 14px;
    color: #F166B7;
    line-height: 16px;
}

#section-lista {
    padding: 0;
}
#section-lista .background {
    background-image: url('/images/back-logo.png');
    background-size: 60%;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 120px;
}

#section-lista .programa-left {
    width: 500px;
    height: 400px;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    position: relative;
    margin-right: 40px;
}
#section-lista .programa-left::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(/images/filtro-programas-right.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#section-lista .programa-left::before {
    content: '';
    position: absolute;
    top: -25px;
    left: 25px;
    width: 500px;
    height: 450px;
    border: 5px solid #71C1E9;
    z-index: -1;
}
#section-lista .programa-right {
    width: 500px;
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    margin-left: 40px;
}
#section-lista .programa-right::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(/images/filtro-programas-left.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#section-lista .programa-right::before {
    content: '';
    position: absolute;
    top: -25px;
    right: 25px;
    width: 500px;
    height: 450px;
    border: 5px solid #71C1E9;
    z-index: -1;
}
#section-lista .programa-left, #section-lista .programa-right {
    margin-bottom: 100px;
}
#section-lista .conteudo {
    position: relative;
    z-index: 2;
    padding: 40px;
    width: 500px;
    height: 360px;
}
#section-lista .conteudo .title {
    font-family: 'MontserratBold', sans-serif;
    font-size: 28px;
    color: #ffffff;
    line-height: 46px;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 15px solid #71C1E9;
    display: inline-block;
}
#section-lista .conteudo .description {
    font-family: 'MontserratRegular', sans-serif;
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
    width: 300px;
    height: 145px;
    overflow: hidden;
}
#section-lista .conteudo .control-Btn {
    position: absolute;
    bottom: 0;
}
#section-lista .conteudo .control-Btn.right {
    right: 40px;
}

.pagination {
    margin: 0 0 80px 0;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #71C1E9;
    border-color: #71C1E9;
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) {
    #section-banner .background {
        height: 300px;
    }
    #section-banner .control-Height {
        height: 300px;
    }

    #section-lista .background {
        padding-top: 100px;
    }
    #section-lista .programa-left {
        width: 420px;
        height: 336px;
        margin-right: 30px;
    }
    #section-lista .programa-left::before {
        width: 415px;
        height: 385px;
    }
    #section-lista .programa-right {
        width: 420px;
        height: 336px;
        margin-left: 30px;
    }
    #section-lista .programa-right::before {
        width: 415px;
        height: 385px;
    }
    #section-lista .conteudo {
        position: relative;
        z-index: 2;
        padding: 30px;
        width: 420px;
        height: 306px;
    }
    #section-lista .conteudo .title {
        font-size: 38px;
        line-height: 40px;
    }
    #section-lista .conteudo .description {
        height: 95px;
    }
    #section-lista .programa-left, #section-lista .programa-right {
        margin-bottom: 80px;
    }

    .pagination {
        margin: 0 0 60px 0;
    }
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {

    #section-lista .background {
        padding-top: 80px;
    }

    #section-lista .programa-left {
        width: 310px;
        height: 260px;
        margin-right: 20px;
    }
    #section-lista .programa-left::before {
        top: -20px;
        left: 15px;
        width: 315px;
        height: 300px;
    }
    #section-lista .programa-right {
        width: 310px;
        height: 260px;
        margin-left: 20px;
    }
    #section-lista .programa-right::before {
        top: -20px;
        right: 15px;
        width: 315px;
        height: 300px;
    }
    #section-lista .conteudo {
        position: relative;
        z-index: 2;
        padding: 15px;
        width: 310px;
        height: 260px;
    }
    #section-lista .conteudo .title {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 5px;
        border-bottom: 10px solid #71C1E9;
    }
    #section-lista .conteudo .description {
        font-size: 16px;
        line-height: 18px;
        width: 255px;
        height: 90px;
        overflow: hidden;
    }
    #section-lista .conteudo .control-Btn {
        position: absolute;
        bottom: 15px;
    }
    #section-lista .conteudo .control-Btn.right {
        right: 10px;
    }
    #section-lista .btn-pink {
        padding: 8px 12px;
    }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {

    #section-banner .background {
        height: 250px;
    }
    #section-banner .control-Height {
        height: 250px;
    }
    #section-banner .control-Height .text-1 {
        margin-top: 30px;
    }

    #section-lista .programa-left {
        width: 490px;
        height: 400px;
        margin-right: 0;
        margin-bottom: 80px;
    }
    #section-lista .programa-left::before {
        top: -20px;
        left: 15px;
        width: 495px;
        height: 440px;
    }
    #section-lista .programa-right {
        width: 490px;
        height: 400px;
        margin-left: 20px;
    }
    #section-lista .programa-right::before {
        top: -20px;
        right: 15px;
        width: 495px;
        height: 440px;
    }
    #section-lista .conteudo {
        position: relative;
        z-index: 2;
        padding: 30px;
        width: 490px;
        height: 400px;
    }
    #section-lista .conteudo .title {
        font-size: 44px;
        line-height: 48px;
        padding-bottom: 10px;
        border-bottom: 15px solid #71C1E9;
    }
    #section-lista .conteudo .description {
        font-size: 22px;
        line-height: 24px;
        width: 300px;
        height: 170px;
        overflow: hidden;
    }
    #section-lista .conteudo .control-Btn {
        position: absolute;
        bottom: 30px;
    }
    #section-lista .conteudo .control-Btn.right {
        right: 30px;
    }
    #section-lista .btn-pink {
        padding: 8px 12px;
    }

}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {

    #section-banner .background {
        height: 200px;
        clip-path: ellipse(100% 100% at 50% 0);
        -webkit-clip-path: ellipse(100% 100% at 50% 0);
    }
    #section-banner .control-Height {
        height: 200px;
        width: 100%;
    }
    #section-banner .control-Height .text-1 {
        margin-top: 30px;
        font-size: 28px;
        line-height: 30px;
    }
    #section-banner .control-Height .text-2 {
        font-size: 22px;
        line-height: 24px;
    }

    #section-lista .programa-left {
        width: calc(100% - 15px);
        height: 300px;
        margin-right: 0;
        margin-bottom: 80px;
    }
    #section-lista .programa-left::before {
        top: -20px;
        left: 15px;
        width: 100%;
        height: 340px;
    }
    #section-lista .programa-right {
        width: calc(100% - 15px);
        height: 300px;
        margin-left: 15px;
    }
    #section-lista .programa-right::before {
        top: -20px;
        right: 15px;
        width: 100%;
        height: 340px;
    }
    #section-lista .conteudo {
        padding: 15px;
        width: 100%;
        height: 300px;
    }
    #section-lista .conteudo .title {
        font-size: 24px;
        line-height: 26px;
        padding-bottom: 5px;
        border-bottom: 10px solid #71C1E9;
    }
    #section-lista .conteudo .description {
        font-size: 16px;
        line-height: 18px;
        width: 80%;
        height: 145px;
        overflow: hidden;
    }
    #section-lista .conteudo .control-Btn {
        position: absolute;
        bottom: 15px;
    }
    #section-lista .conteudo .control-Btn.right {
        right: 15px;
    }
    #section-lista .btn-pink {
        padding: 5px 10px;
        font-size: 12px;
    }

}