body {
    font-family: 'Poppins', sans-serif;
    color:black;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #6600FF !important;
}
.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: #00B7FF !important;
}


.text-primary {
    --bs-text-opacity: 1;
    color: #6600FF !important;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6600FF;
    --bs-btn-border-color: #6600FF;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4e00c3;
    --bs-btn-hover-border-color: #4e00c3;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4e00c3;
    --bs-btn-active-border-color: #4e00c3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6600FF;
    --bs-btn-disabled-border-color: #6600FF;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #00B7FF;
    --bs-btn-border-color: #00B7FF;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #008ec7;
    --bs-btn-hover-border-color: #008ec7;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #008ec7;
    --bs-btn-active-border-color: #008ec7;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #00B7FF;
    --bs-btn-disabled-border-color: #00B7FF;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #6600FF;
}

.btn-outline-primary {
    --bs-btn-color: #6600FF;
    --bs-btn-border-color: #6600FF;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6600FF;
    --bs-btn-hover-border-color: #6600FF;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6600FF;
    --bs-btn-active-border-color: #6600FF;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6600FF;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6600FF;
    --bs-gradient: none;
}

.text-secondary {
    --bs-text-opacity: 1;
    color: #00B7FF !important;
}

img.logo {
    height: 150px;
    width: auto;
    border-radius: 25px;
}

a {
    text-decoration: none;
}

.marketing-message {
    margin-top: 70px;
}

.fs-16 {
    font-size: 16px;
}

.homeLink {
    height: 597px;
    padding-bottom: 0 60px;
}


.homeLink-images {
  flex-direction: row;
  justify-content: center;
}

.homeLink-images img {
    width: 257px;
    height: 233px;
    flex-shrink: 0;
}

.full-height {
    height: calc(100vh - 110px) !important;
}

.center-content{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.metodologyLink{
    background: #F8F8F8;
    height: 550px;
    padding-bottom: 80px;

}
.blue-circle{
    background-color: blue;
    height: 480px;
    width: 480px;
    position: absolute;
    padding: 11px;
    border-radius: 50%;
}

.objectivesLink {
    height: 550px;
    padding-bottom: 80px;
    padding-top: 80px;
}

.revolutionLink {
    height: 476px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.revolutionLink {
    height: 476px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.formLink {
    height: 596px;
    padding-top: 120px;
    padding-bottom: 120px;
}

footer {
    display: flex;
width: 1440px;
height: 184px;
padding: 10px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
}


.img-top-left {
    margin-right: 5px;
    margin-bottom: 5px;
}
.img-bottom-left {
    margin-right: 5px;
}


.align-middle {
    display: flex;
    align-items: center;
}

.csrLink {
    /* height: 80vh; */
    padding-bottom: 80px;
    padding-top: 80px;
}

