: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;
}

#formulario-centralizar {
    display: flex;
    justify-content: center;
}

#formulario-top {
    display: none;
    position: absolute;
    top: 7%;
    width: 22rem;
    border: 1px solid var(--cor-border-primeira);
    padding: 10px;
    color: #4f504f;
    font-weight: 100;
    border-radius: 10px;
    background-color: var(--backgroud-white);
    margin: 0 auto;
    z-index: 2;
}

.btn-fechar-form {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 2px;
    right: 1%;
    background-color: #006730;
    border-radius: 50%;
    width: 2.3rem;
    height: 2.3rem;
    color: var(--color-write);
    cursor: pointer;
    font-size: 1.1rem;
}

.btn-fechar-form:hover {
    font-size: 0.9rem;
    opacity: 0.7;
}

.titulo-form {
    color: #008080;
    font-weight: 300;
    font-size: 1.5rem;
    margin-top: 1rem;
}

.inf-form {
    margin-top: 1rem;
    text-align: center;
}

.form-group {
    text-align: left;
    margin-top: 0.8rem;

}

.form-group p {
    font-size: 0.9rem;
}

.col {
    margin: 10px 0;
    font-size: 0.9rem;
}

.form-control {
    width: 100%;
    padding: 7px 5px;
    outline: none;
    margin: 10px 0;
    border-radius: 5px;
    border: none;
    background: #E6E6E6;
    font-size: 0.8rem;
}

#btc-cotacao {
    background: #006730;
    border: none;
    color: var(--color-write);
    padding: 10px 0;
    width: 95%;
    border-radius: 10px;
    margin-top: 1rem;
    font-weight: bold;
    cursor: pointer;
}

#btc-cotacao:hover {
    opacity: 0.8;
}

strong {
    color: var(--color-red);
}

#btn-open-cotacao {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 1;
}

#btn-open-cotacao-p {
    display: block;
    background-color: #006730;
    color: var(--color-write);
    width: 90%;
    margin: 15px auto;
    text-align: center;
    padding: 12px 0;
    border-radius: 10px;
    font-weight: 500;
    font-size: 1rem;
    max-width: 30rem;
    cursor: pointer;
}

#btn-open-cotacao-p:hover {
    opacity: 0.8;
}

.foto-carga {
    position: relative;
    top: -10px;
    font-weight: 300;
    text-align: start;
    font-size: 0.9rem;
}


input[type="file"].upload-form {
    font-size: 0.8rem;
    cursor: pointer;
    color: var(--cor-padrao1);
}


.conatiner-upload-new{
    position: relative;
    margin: 10px 0;
}
.upload-label {
    display: block;
    text-align: left;
    margin: 15px 0;
}

.conatiner-upload-new input{
    color: var(--cor-sub-titulo);
}
.conatiner-upload-new i{
    color: var(--cor-laranja2);
    font-size: 1.2rem;
}


.icon-upload{
    position: absolute;
    top: 15px;
    right: 40%;
    width: 23px;
    display: inline-block;
}
.icon-up{
    top: -1px;
}



@media screen and (min-width:40rem) {
    input[type="file"].upload-form {
        font-size: 1rem;

    }
    
}

@media screen and (min-width:46rem){
    .icon-upload{
        position: absolute;
        top: 15px;
        right: 40%;
        width: 30px;
        display: inline-block;
    }
    
}

@media screen and (min-width:48rem){
    .upload-label {
        display: block;
        text-align: left;
        margin: 5px;
    }
}



@media screen and (min-width:46rem) {

    #formulario-top {
        display: none;
        top: 7rem;
        margin: 0 auto;
        width: 35rem;
        padding: 15px 15px 60px 15px;
    }

    .titulo-form {
        font-size: 2rem;
    }

    .inf-form,
    .form-group {
        font-size: 1.2rem;
    }

}


@media screen and (min-width:50rem) {
    #formulario-top {
        top: 7rem;
    }
}

@media screen and (min-width:62rem) {
    #formulario-top {
        top: 4rem;
    }
}