.bg-2 {
    background-color: #2d359a;
}
.bg-1 {
    background-color: #2d359a;
}

.bx-menu {
    background: #2d359a;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.35);
}

.card-product {
    height: 430px;
    overflow: auto;
}

.title-card-product {
    font-style: normal;
    font-weight: bold;
    height: 70px;
    font-size: 16px;
    text-align: center;
    color: white;
    text-transform: uppercase;
}

.text-card-product {
    margin-top: 25px;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    font-variant: small-caps;
    color: #2d359a;
    text-transform: uppercase;
}

.text-cor1 {
    color: #2d359a;
}

.menu-active {
    border-bottom: 3px solid white;
}

.p-about {
    font-style: normal;
    font-size: 17px;
    text-align: justify;

    color: #FFFFFF;
}

.img-about {
    top: -120px;
    right: 0px;
    position: absolute;
    height: 520px;
}

.btn-recruit{
    position: absolute;
    bottom: 10px;
}

.btn-bg1 {
    background: #2d359a;
    color: white;
}
.btn-bg2 {
    background: white;
    color: #2d359a;
}

.text-card-footer {
    text-decoration: none !important;
    font-size: 13px;
    color: #2d359a;
}

