.bg-1, .bg-2, .bg-3 {
    position: absolute;
    left: 0;
    width: 100%;
}

.bg-1 {
    top: 0;
    height: 1324px;
    background-color: #1FB8FC;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%, 0 43%);
}

.bg-2 {
    top: 1124px;
    height: 1624px;
    background-color: #37C47A;
    clip-path: polygon(0 0, 100% 20%, 100% 75%, 0 100%);
}

.bg-3 {
    top: 2524px;
    height: 1324px;
    background-color: #FF9518;
    clip-path: polygon(100% 0, 100% 100%, 43% 100%, 0 59%, 0 11%);
}

.navbar {
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15);
    background-color: white;
}

.navbar, .navbar-brand {
    padding: 0;
}

.navbar {
    padding-left: 16px;
}

.nav-link, .navbar-brand {
    font-weight: 500;
    color: #202124 !important;
}

.nav-link {
    font-size: 14px;
    padding: 16px;
    margin-left: 10px;
    margin-right: 10px;
}

.nav-link:hover {
    border: 0px solid #202124;
    border-bottom-width: 3px;
    padding-bottom: 13px;
}

.jumbotron {
    position: relative;
    z-index: 2;
    background-color: transparent;
    padding: 10rem 2rem;
    color: white;
}

.jumbotron p {
    margin-top: 16px;
}

.txt-blue, .jumbotron a:hover {
    color: rgb(3, 155, 229);
}

.bg-blue {
    color: white;
    background-color: rgba(31, 184, 252, .8);
}

.bg-blue:hover {
    color: white;
    background-color: rgba(31, 184, 252, 1);
}

.display-5 {
    font-size: 3rem;
}

.container-card {
    position: relative;
    z-index: 2;
    background-color: white;
    max-width: 1280px;
    padding: 84px;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    margin-bottom: 48px;
}

.margin-bottom-48 {
    margin-bottom: 48px;
}

.center-h {
    display: flex;
    justify-content: center;
}

.center-v {
    align-items: center;
    display: flex;
}

.card-list .card-body {
    padding: 0;
    padding-left: 16px;
}

.card-list .card {
    margin-bottom: 16px;
}

.card-list .card-title {
    margin-bottom: .3rem;
}

main {
    margin-top: 56px;
    z-index: 2;
}

.jumbopic {
    position: absolute;
    top: 0;
    width: 650px;
    left: 50%;
    z-index: -1;
}

.card-img-top {
    max-width: 275px;
}

.partners .col-md-3 {
    display: flex;
    align-items: center;
}