.shapes-group {
    background-image: url(../img/slider/conjunto.svg);
    background-repeat: no-repeat;
    width: 50vw;
    background-size: contain;
    height: 50vw;
    z-index: 10;
    position: absolute;
    top: 50%;
    margin-top: -20%;
    right: 0;
}

header h1 {
    line-height: 1.4;
    margin-bottom: 1rem;
}

.bg-gray-gradient {
    background: rgb(255, 255, 255);
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(250, 250, 251, 1) 100%
    );
}

.gr-orange-red-text {
    background-image: -webkit-linear-gradient(340deg, #990066 0%, #ff9900 100%);
    background-image: -o-linear-gradient(340deg, #990066 0%, #ff9900 100%);
    background-image: linear-gradient(110deg, #990066 0%, #ff9900 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-padding-2 {
    padding: 80px 0 120px 0;
}

.purple-cons-text {
    color: #990066;
}

.logo-solution {
    width: 170px;
    padding: 5px 10px;
    height: 40px;
    position: absolute;
    background-color: white;
    z-index: 100;
    top: 4rem;
    right: 0;
}

.sol-1 {
    background-image: url(../img/solutions/sol-1-logo.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
}

.sol-2 {
    background-image: url(../img/solutions/sol-2-logo.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
}

.sol-3 {
    background-image: url(../img/solutions/sol-3-logo.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
}

#contact {
    display: flex;
}

.bg-contact {
    width: 50%;
    background-image: url(../img/background/bg-contact.png);
    background-position: center;
    background-size: cover;
    position: relative;
}

.info-contact {
    width: 60%;
}

#contact .contact-crv .box-shadow {
    border-radius: 15px 15px 0 0;
}

.contact-crv form button {
    border: 1px solid #990066;
    background: #990066;
}

.contact-crv form button:hover {
    background: transparent;
    color: #990066;
}

footer.main-footer .clumn .logo {
    max-width: 214px;
}

@media screen and (max-width: 992px) {
    header {
        align-items: start !important;
    }

    header .img.half-abs {
        position: absolute;
        top: 26vh;
        right: 10%;
        height: 90%;
        width: 80%;
        display: block;
    }

    .shapes-group {
        background-image: url(../img/slider/conjunto.svg);
        background-repeat: no-repeat;
        width: 80vw;
        background-size: contain;
        height: 80vw;
        z-index: 1000;
        position: absolute;
        top: 50%;
        margin-top: -10%;
        right: 50%;
        margin-right: -40%;
    }

    #contact {
        display: flex;
        flex-direction: column;
    }

    .bg-contact {
        width: 100%;
        height: 300px;
    }

    .info-contact {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    header .img.half-abs {
        position: absolute;
        top: 15vh;
        right: 5%;
        height: 100%;
        width: 90%;
        display: block;
    }

    .shapes-group {
        background-image: url(../img/slider/conjunto.svg);
        background-repeat: no-repeat;
        width: 90vw;
        background-size: contain;
        height: 90vw;
        z-index: 1000;
        position: absolute;
        top: 50%;
        margin-top: -10%;
        right: 50%;
        margin-right: -50%;
    }

    .navbar .logo {
        width: 130px;
    }
}

@media screen and (max-width: 480px) {
    .crv-status {
        width: 100%;
        height: 90vw;
    }
}
