
* {

}

.btn-primary {
    color: #154975;
    background-color: #ffb200;
    border-color: #ffb200;
    font-weight: 700;
    font-size: 20px;
    padding: 8px 32px;
}

.button-default {
    padding: 16px 48px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fafafa;
    background-color: #124875;
    border: 1px solid #124875;
    border-radius: .25rem;
}

.button-default:hover {
    color: #124875;
    background-color: transparent;
    border: 1px solid #124875;
}

.logo img {
    height: 80px;
}

.btn-whatsapp {
    padding: 8px 24px;
    background-color: #04D960;
    color: #FFF;
    font-size: 30px;
    border-radius: 50px;
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    right: 20px;
    transition: .4s;
}

.btn-whatsapp span {
    font-size: 18px;
}

.btn-whatsapp ion-icon {
    font-size: 30px;
    margin-right: 8px;
}

.btn-whatsapp:hover {
    color: #FFF;
    transform: scale(1.1);
    box-shadow: 0 4px 16px -4 rgba(0,0,0,0.7);
}

.modal-video {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    z-index: 999999999999;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: .4s;
}

.modal-video.modal-video-animate {
    opacity: 1;
}

.modal-video .container {
    position: relative;
}

.modal-video .button-close {
    position: absolute;
    color: #fff;
    top: 0px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
}

.modal-video iframe {
    height: 80vh;
}

/* header */

header {
    width: 100%;
    padding: 32px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
}

header .content {
    display: flex;
    justify-content: center;
}

header .content .logo {
    display: flex;
    align-items: center;
}

header .content .logo img {
    height: 80px;
}

/* end header */

/* section home */

section.section-home {
    width: 100%;
    height: 100vh; /* temp */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #124875;
    height: calc(100vh - 377px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right -40vh;
}

section.section-home .row {
    align-items: flex-end;
}

section.section-home .left {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    margin-top: 40vh;
}

section.section-home .left .timer {
    width: 100%;
    display: flex;
    align-items: center;
}

section.section-home .left .timer .item {
    width: 100%;
    padding: 16px 0;
    margin: 0 8px;
    background-color: #28a745;
    border-radius: .25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section.section-home .left .timer .item h4 {
    font-size: 44px;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffb200;
}

section.section-home .left .timer .item span {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.section-home .left .timer .item:first-child {
    margin-left: 0;
}

section.section-home .left .timer .item:last-child {
    margin-right: 0;
}

section.section-home .right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

section.section-home .right h1 {
    color: #fafafa;
    font-size: 3rem;
    margin-bottom: 24px;
}

section.section-home .right ul {
    list-style: none;
    padding: 0;
    margin-bottom: 24px;
}

section.section-home .right ul li {
    display: flex;
    color: #fafafa;
    font-weight: 600;
    margin-bottom: 16px;
}

section.section-home .right ul li ion-icon {
    color: #00ce00;
    margin-right: 8px;
    margin-top: 4px;
}

section.section-home .right a.button {
    padding: 16px 48px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #124875;
    background-color: #fafafa;
    border: 1px solid #fafafa;
    border-radius: .25rem;
}

section.section-home .right a.button:hover {
    color: #fafafa;
    background-color: transparent;
}

/* end section home */

/* get services */

section.section-get-services {
    padding: 48px 0 0;
}

section.section-get-services .get {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

section.section-get-services .get h2 {
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 48px;
}

section.section-get-services .get h2::before {
    content: '';
    width: 60px;
    height: 2px;
    left: 0;
    top: 120%;
    background-color: #124875;
    position: absolute;
}

section.section-get-services .get p {
    color: #727273;
    font-weight: 600;
}

section.section-get-services .get .btn {
    margin-top: 48px;
}

section.section-get-services .services {
    width: 100%;
    height: 330px;
    border-radius: .25rem;
    overflow: hidden;
    background-size: 82%;
    background-repeat: no-repeat;
    background-position: center;
}

section.section-get-services .services .content {
    width: 100%;
    height: 100%;
    padding: 16px;
    display: flex;
    justify-content: center;
    text-align: center;
    /* background-color: #124875da; */
    position: relative;
    cursor: pointer;
}

section.section-get-services .services .content h2 {
    color: #124875;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

section.section-get-services .services .content i {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    font-size: 64px;
    color: #ffffff;
    transition: .2s;
}

section.section-get-services .services .content:hover i {
    color: #124875;
}

/* end get services */

/* authority */

section.section-authority {
    padding: 48px 0;
}

section.section-authority .right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

section.section-authority .right h2 {
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    margin-bottom: 48px;
}

section.section-authority .right h2::before {
    content: '';
    width: 60px;
    height: 2px;
    left: 0;
    top: 120%;
    background-color: #124875;
    position: absolute;
}

section.section-authority .right p {
    color: #727273;
    font-weight: 400;
}

section.section-authority .right .authority-test {
    background-color: #f1f2f3;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

section.section-authority .right .authority-test h4 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

section.section-authority .right .authority-test p {
    color: #727273;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

section.section-authority .right .authority-test small {
    color: #124875;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* end authority */

/* section info */

section.section-info {
    padding: 48px 0;
}

section.section-info .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

section.section-info .left h2 {
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 48px;
}

section.section-info .left h2::before {
    content: '';
    width: 60px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    top: 120%;
    background-color: #124875;
    position: absolute;
}

section.section-info .left small {
    font-size: 24px;
    font-weight: 600;
    color: #124875;
    display: block;
    margin-bottom: -16px;
}

section.section-info .left small b {
    font-weight: 600;
    text-decoration: line-through;
}

section.section-info .left h1 {
    font-size: 96px;
    font-weight: 700;
    color: #28a745;
    margin-left: -20px;
}

section.section-info .left .btn-primary {
    color: #124875;
    background-color: #ffb200;
    border-color: #ffb200;
    font-size: 36px;
    font-weight: 700;
    padding: 12px 48px;
    margin-top: 32px;
    margin-bottom: 8px;
}

section.section-info .left h5 {
    color: gray;
}

section.section-info .left p {
    color: #727273;
    font-weight: 600;
}

section.section-info .left h1 span {
    font-size: 32px;
    position: relative;
    top: -40px;
}

section.section-info .left h1 span:first-child {
    left: 20px;
}

section.section-info .left .pagamentos {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

section.section-info .left .pagamentos img {
    height: 60px;
    margin: 0 8px;
}

section.section-info .right {
    display: flex;
    justify-content: center;
}

section.section-info .right img {
    height: 320px;
}

/* end section info */

/* clientes */

section#clientes h2 {
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 48px;
}

section#clientes h2::before {
    content: '';
    width: 60px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    top: 120%;
    background-color: #124875;
    position: absolute;
}

section#clientes .item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: .4s;
    overflow: hidden;
    border-radius: .50rem;
}

section#clientes .item .image-site {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

section#clientes .item .image-site img {
    height: 60px;
}

section#clientes .btn-primary {
    color: #ffb200;
    background-color: #124875;
    border-color: #124875;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 32px;
    text-transform: uppercase;
    margin-top: 32px;
}

/* section quality */

section.section-quality {
    padding: 48px 0;
}

section.section-quality .left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 48px;
}

section.section-quality .right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 48px;
}

section.section-quality .right h2 {
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 48px;
}

section.section-quality .right h2::before {
    content: '';
    width: 60px;
    height: 2px;
    left: 0;
    top: 120%;
    background-color: #124875;
    position: absolute;
}

section.section-quality .right p {
    color: #727273;
    font-weight: 600;
}

section.section-quality .btn {
    padding: 16px 96px;
}

/* end section quality */

/* section test */

section.section-test {
    padding: 48px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section.section-test::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #004271d6;
}

section.section-test .slider {
    width: 100%;
    padding: 48px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

section.section-test .slider .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.section-test .slider p {
    width: 70%;
    color: #fafafadc;
    font-weight: 600;
    line-height: 2;
    font-style: italic;
}

section.section-test .slider h6 {
    width: 70%;
    color: #fafafa;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* end section test */

/* section plans */

section.section-plans {
    padding: 120px 0;
}

section.section-plans .item {
    width: 100%;
    height: calc(100% - 55px);
    padding-top: 72px;
    background-color: #fafafa;
    position: relative;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

section.section-plans .item:first-child {
    border-radius: .25rem;
}

section.section-plans .item:last-child {
    border-radius: .25rem;
}

section.section-plans .item .tag {
    width: 100%;
    padding: 8px;
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
    background-color: #124875;
    color: #fafafa;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -34px;
    left: 0;
}

section.section-plans .item .title {
    width: 100%;
    padding: 24px 0;
    background-color: #f1f2f3;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

section.section-plans .item .title h5 {
    margin: 0;
    color: #727273;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

section.section-plans .item .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    /* height: 170px; */
}

section.section-plans .item ul {
    list-style: none;
    padding: 16px;
    margin: 0;
}

section.section-plans .item ul li {
    padding: 8px 0;
    display: flex;
}

section.section-plans .item ul li ion-icon {
    font-size: 16px;
    min-width: 16px;
    margin-top: 6px;
    margin-right: 8px;
    color: #00ce00;
}

section.section-plans .item ul li span {
    color: #727273;
    font-weight: 600;
}

section.section-plans .item .characteristic {
    width: 100%;
    padding: 16px 0;
    background-color: #f1f2f3;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.section-plans .item .characteristic h6 {
    color: #727273;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

section.section-plans .item .button {
    width: 100%;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fafafa;
    background-color: #124875;
    border: 1px solid #124875;
    border-radius: .25rem;
    position: relative;
    bottom: -16px;
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

/* end sections plans */

/* section lists */

section.section-lists .left {
    padding: 48px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

section.section-lists .left h2 {
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 48px;
}

section.section-lists .left h2::before {
    content: '';
    width: 60px;
    height: 2px;
    left: 0;
    top: 120%;
    background-color: #124875;
    position: absolute;
}

section.section-lists .left ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

section.section-lists .left ul li {
    color: #727273;
    font-weight: 400;
    display: flex;
    margin-bottom: 16px;
}

section.section-lists .left ul li h5 {
    color: #222222;
}

section.section-lists .left ul li ion-icon {
    margin-top: 4px;
    margin-right: 8px;
    color: #00ce00;
    min-width: 16px;
}

section.section-lists .right {
    padding: 48px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

section.section-lists .right h2 {
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 48px;
}

section.section-lists .right h2::before {
    content: '';
    width: 60px;
    height: 2px;
    left: 0;
    top: 120%;
    background-color: #124875;
    position: absolute;
}

section.section-lists .right .accordion {
    width: 100%;
}

section.section-lists .right .card {
    width: 100%;
    margin-bottom: 16px;
    border-bottom: 1px solid #e3e3e3;;
}

section.section-lists .right .card .card-header {
    background: #fafafa;
}

section.section-lists .right .card .btn {
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: none !important;
    outline: 0 !important;
    color: #727273;
    width: 100%;
    justify-content: space-between;
}

section.section-lists .right .card .btn ion-icon {
    font-size: 24px;
    min-width: 24px;
    color: #124875;
}

/* end sections lists */

/* footer */

footer {
    padding: 48px 0 0;
}

footer .widget {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

footer .widget .logo {
    margin-bottom: 16px;
}

footer .widget p {
    color: gray;
}

footer .widget h4 {
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px;
}

footer .widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .widget ul li {
    margin: 8px 0;
    color: gray;
    font-size: 16px;
    display: flex;
}

footer .widget ul li:first-child {
    margin-top: 0;
}

footer .widget ul li ion-icon {
    margin-top: 4px;
    margin-right: 8px;
    color: #124875;
}

footer .widget .social-medias {
    display: flex;
    align-items: center;
}

footer .widget .social-medias a {
    padding: 8px;
    border-radius: 16px;
    background-color: #124875;
    color: #fafafa;
    font-size: 16px;
    display: flex;
    margin-right: 16px;
}

footer .copyright {
    padding: 16px;
    margin-top: 48px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fafafa;
    font-size: 12px;
    background-color: #124875;
}

/* end footer */

section#clientes .item .image-site img {
    height: auto;
}

section.section-home {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #124875;
    height: calc(100vh - 260px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right -35vh;
}

.bg-blue {
    background-color: #124875;
}

section.section-info.bg-blue .left h2 {
    color: #fff;
}

section.section-info.bg-blue .left small {
    color: #fff;
}

section.section-info.bg-blue .left h1 {
    font-size: 148px;
    font-weight: 700;
    color: #ffb200;
    margin-left: -20px;
}

section.section-info.bg-blue .left h1 span:first-child {
    left: 28px;
}

section.section-info.bg-blue .left h1 span {
    font-size: 32px;
    position: relative;
    top: -73px;
}

section.section-info.bg-blue .left .btn-primary {
    color: #f8f9fa;
    background-color: #28a745;
    border-color: #28a745;
    font-size: 36px;
    font-weight: 700;
    padding: 12px 48px;
    margin-top: 32px;
    margin-bottom: 8px;
}

section.section-info.bg-blue .left h5 {
    color: #f8f9fa;
}

section.section-info.bg-blue .left .pagamentos .item {
    background: #fff;
    border-radius: .5rem;
    padding: 16px;
    margin: 0 8px;
}

section.section-info .left h2 {
    font-size: 4em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 24px;
}

section#clientes .item .image-site img {
    height: auto;
    border-radius: .5rem;
    border: 1px solid #ccc;
}

section.section-home .left .timer .item {
    background-color: #ff5e00;
}

section.section-home .left .timer .item h4 {
    color: #f8f9fa;
}

section.section-home .left {
    margin-top: 46vh;
}

section.section-info.bg-blue .left h1 {
    font-size: 148px;
    font-weight: 900;
    color: #ffb200;
    margin-left: -32px;
}

section.section-info .left h2 {
    font-size: 4em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0;
}

/* responsive */

@media (max-width: 1700px) {

    section.section-home {
        height: 80vh;
        background-position: right -18vh;
    }

    section.section-home .left {
        margin-top: 56vh;
    }

}

@media (max-width: 1440px) {

    section.section-home {
        height: 80vh;
        background-position: right -35vh;
    }

    section.section-home .left {
        margin-top: 56vh;
    }

}

@media (max-width: 991px) {

    section.section-info .left .pagamentos img {
        height: 36px;
        margin: 0 8px;
    }

    section.section-home {
        height: calc(100vh - 50px);
        background-position: -55vw;
    }

    section.section-home .right {
        align-items: flex-end;
        text-align: right;
    }

    section.section-home .right h1 {
        font-size: 2rem;
    }

    section.section-home .right ul li {
        justify-content: flex-start;
        flex-direction: row-reverse;
    }

    section.section-home .right ul li ion-icon {
        margin-right: 0;
        margin-left: 4px;
    }

    /* - */

    section.section-get-services > .container > .row {
        flex-direction: column-reverse;
    }

    section.section-get-services .services {
        background-size: 100%;
        height: 300px;
    }

    section.section-get-services {
        padding: 48px 0;
    }
    
    section.section-get-services .get .btn {
        width: 100%;
    }

    section.section-get-services .get h2,
    section.section-authority .right h2,
    section.section-info .left h2,
    section.section-quality .right h2,
    section.section-info .left h2,
    section#clientes h2,
    section.section-lists .left h2,
    section.section-lists .right h2 {
        font-size: 1.7em;
    }

    section.section-authority .left .image {
        margin-bottom: 16px;
    }

    section.section-info .right {
        margin-bottom: 16px;
    }

    section.section-info .right img {
        height: auto;
    }

    section.section-info > .container > .row {
        flex-direction: column;
    }

    section.section-info .left .btn-primary {
        color: #124875;
        background-color: #ffb200;
        border-color: #ffb200;
        font-size: 20px;
        font-weight: 700;
        padding: 12px 48px;
        margin-top: 32px;
        margin-bottom: 8px;
    }

    section.section-info .left h5 {
        color: gray;
        font-size: 16px;
    }

    section.section-test .slider p {
        width: 100%;
    }

    section.section-authority .left .image img {
        max-height: 184px;
    }

    section.section-info .right img {
        max-height: 220px;
    }

    section.section-quality .left img {
        max-height: 190px;
    }

    section.section-info .right img {
        max-height: 308px;
    }

    section.section-home {
        height: 122vw;
        background-position: center;
    }

    section.section-home {
        height: 122vw;
        background-position: center;
        background-size: 100%;
        background-image: url(../images/background-mobile.jpg) !important;
    }

    section.section-home .left .timer .item h4 {
        font-size: 36px;
        font-weight: 700;
        margin: 0;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffb200;
    }
    
    section.section-home .left .timer .item span {
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        line-height: 1;
        letter-spacing: 1px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    section.section-info .left .pagamentos {
        flex-direction: column;
    }
    
    section.section-info.bg-blue .left .pagamentos .item {
        margin-bottom: 16px;
    }

    section.section-info.bg-blue .left .btn-primary {
        color: #f8f9fa;
        background-color: #28a745;
        border-color: #28a745;
        font-size: 21px;
        font-weight: 700;
        padding: 12px 48px;
        margin-top: 32px;
        margin-bottom: 8px;
    }

    .d-flex.my-4.align-items-end.flex-md-row.flex-column {
        align-items: flex-start !important;
    }

    section.section-home .left {
        margin-top: 88vw;
    }

}

