:root {
    --logo-tipo: #458e3b;
    --cor-sub-titulo: #224ac3;
    --cor-sub-titulo2: #021859;
    --cor-sub-titulo3: #f4f4f5;
    --cor-border-primeira: rgba(15, 15, 15, 0.1);
    --cor-padrao1: #057dc8;
    --backgroud-white: white;
    --color-write: white;
    --color-red: rgb(238, 86, 86);
    --background-rgba: rgba(249, 247, 247, 0.3);
    --background-rgba2: rgba(25, 25, 26, 0.4);
    --background-rgba3: rgba(25, 25, 26, 0.09);
    --background-rgba4: rgba(249, 247, 247, 0.4);
    --cor-verde:#005421;
    --cor-laranja:#ec6d1f;
    --cor-laranja2:rgb(238, 139, 86);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

html {
    font-size: 16px;
}

#cotacao {
    background-image: url(/imgAlro/FORMALRO3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 71rem;
    margin-top: 5rem;
    padding: 2rem 1rem;
    position: relative;
}

.container-cotacao-logo{
    position: absolute;
    width: 100%;
}

.cotacao-logo {
    width: 7rem;
    height: 7rem;
    position: absolute;
    top: 2%;
    left: 37%;

}

.copy-top {
    width: 15rem;
    margin: 1rem auto 0.5rem;

}

.copy1 {
    color: var(--color-write);
    font-weight: bold;
    font-size: 1.2rem;
    background:rgba(25, 25, 26, 0.3);
    padding: 10px;
    border-radius: 10px;

}

.copy2 {
    color: #f0f0f1;
    font-weight: bold;
    font-size: 1.1rem;
    background:rgba(25, 25, 26, 0.3);
    padding: 10px;
    border-radius: 10px;
}

h2 {
    margin-top: 10px;
}


.cotacao2 {
    max-width: 37rem;
    background: var(--color-write);
    padding: 1rem;
    border-radius: 10px;
    font-weight: 400;
    margin: 0.7rem auto;

}

.form2 {
    text-align: center;
}

.inf2 {
    text-align: center;
}

.btn-lg2{
    margin: 0 10px;
}

.conatiner-upload{
    display: flex;
    align-items: center;
    justify-content: center;
}

.form3{
    font-size: 0.8rem;
    text-align: initial;
    font-weight: 500;
}

.form4{
    font-size: 0.9rem;
}

@media screen and (min-width:45rem){
  
    .form4{
        font-size: 1.2rem;
    }
    #cotacao {
        padding: 2rem;
        height: 65rem;
    }

    .cotacao-logo {
        left: 43%;
    }

    .copy-top {
        margin: 1rem auto 0.5rem;
    
    }

    .cotacao2 {
        max-width: 37rem;
        margin: 2.5rem auto;
    }
}


@media screen and (min-width:65rem) {
    #cotacao {
        height: 45rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3rem;

    }

    .cotacao2 {
        max-width: 37rem;
        background: var(--color-write);
        padding: 1rem;
        border-radius: 10px;
        margin: 1rem 3rem 1rem 1rem;
        color: #494949;
        font-weight: 400;

    }

    #cotacao {
        height: 45rem;
        margin-top: 3rem;
    }

    .copy-top {
        width: 22rem;
        margin: 1rem auto;
    
    }

    .copy1 {
        position: relative;
        top: -10rem;
        font-size: 1.4rem;
    }

    .copy2{
        position: relative;
        top: -7rem;
    }

    .cotacao-logo {
        width: 7rem;
        height: 7rem;
        position: absolute;
        top: 7%;
        left: 15%;

    }

}
    @media screen and (min-width:79rem) {

        .copy-top {
            width: 22rem;
            margin: 6rem auto;
        
        }

        .copy1 {
            font-size: 1.8rem;
        }

        .copy2 {
            font-size: 1.3rem;
        }

        .cotacao-logo {
            width: 8rem;
            height: 8rem;
            position: absolute;
            top: 7%;
            left: 22%;

        }
    }