

body{
    background-color: rgb(221,114,45)!important;
}

body {
    overflow-x: hidden;
    background: linear-gradient(180deg, rgb(221,114,45) 0%, rgb(221,114,45) 73.02%, rgb(221,114,45) 100%);
    margin-bottom:0px !important;
    position: relative;
}

body::after {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    height: 100vh;
    background-image: url('/assets/images/Ativo1.png');
    background-repeat: repeat-y;
    background-size: 70%;
    background-position: right;
    z-index: -1;
    pointer-events: none;
}


    .information-block .container {
        max-width: 250px;
    }

    .form-showcase_form {
        width: 38rem;
        height: auto;
        flex-shrink: 0;
    }

    .div-language
    {
        max-width: 90%;
    }

    @media only screen and (max-width: 1240px) {
    .form-showcase_form {
        width: 25.625rem;
        padding: 2.59rem 5rem 3rem;
        margin: -1.5rem -3.5rem 0;
    }
}