@import url('https://fonts.cdnfonts.com/css/helvetica-neue-lt-pro-55');

body {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica Neue LT Pro 55', sans-serif !important;
}


.cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.btn-primary {
    background-color: white !important;
    border-color: white !important;
    color: #2D2DFF !important;
    border-radius: 50px !important;
    padding: 10px 40px !important;
}

.btn-outline-primary {
    background-color: transparent !important;
    border: 2px solid white !important;
    color: white !important;
    border-radius: 50px !important;
    padding: 10px 40px !important;
}


.btn-secondary {
    background-color: #2D2DFF !important;
    border-color: #2D2DFF !important;
    color: white !important;
    border-radius: 50px !important;
    padding: 10px 40px !important;
}

.title-header {
    color: white;
    font-size: 80px;
    line-height: 90px;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.lead-white {
    color: white;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
}

.h-header {
    height: calc(100vh - 121px);
}

.box-white {
    background-color: #ffffff;
    border-radius: 22px;
    margin-top: -165px;
}

.title-box-white {
    font-size: 45px;
    color: #2D2DFF;
}

.lead-box-white {
    font-size: 18px;
    color: #0C0039;
}

.title-blue {
    color: #2D2DFF;
    font-size: 40px;
    margin-bottom: 0;
}

.subtitle-blue {
    color: #2D2DFF;
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 700;
}

.text-blue-light {
    color: #2D2DFF;
    font-size: 18px;
    margin-bottom: 0;
    letter-spacing: 3px;

    &.blue-light {
        color: #00D0FF;
    }
}

.line-blue {
    width: 38px;
    height: 2px;
    background-color: #00D0FF;
    border: none;
}

.title-white {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 0;
}

.line-white {
    width: 38px;
    height: 2px;
    background-color: #ffffff;
    border: none;
}

.bg-blue-dark {
    background-color: #0C0039;
}

.card {
    border-radius: 30px !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    border-image-source: linear-gradient(142.56deg, rgba(45, 45, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
    background: linear-gradient(38.36deg, rgba(45, 45, 255, 0.2) 0%, rgba(12, 0, 57, 0.2) 98.19%) !important;
    min-height: 370px;
}



.title-card {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    min-height: 3.5em;
}

.lead-card {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
}

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

.bg-footer {
    background-color: #0C0039;
    padding: 20px 0;
}

.text-footer {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .title-header {
        color: white;
        font-size: 40px;
        line-height: 50px;
    }
}

.title-pdfs {
    color: #0C0039;
    font-size: 20px;
    font-weight: 700;
}

.bg-blue-light {
    background-color: #140773;
}

.div-h {
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-link {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    padding: 0.5rem 1rem !important;

    &.active {
        text-decoration: underline !important;
    }
    &:hover {
        text-decoration: underline !important;
    }
}

.lh-0 {
    line-height: 0 !important;
}