* {
    margin: 0px;
    padding: 0px;
    /* outline: 1px solid red !important; */
}

body {
    padding: 0;
    margin-left: 0%;
    margin-right: 0%;
    font-family: Inter;
    background-color: #BABABA;
    width: 100%;
}

.container {
    display: grid;
    /*vai fazer com que as div existentes serão colocadas na tela em forma de colunas */
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    align-items: center;
    background-color: #0C70F2;
    width: 100%;
}

h1 {
    font-family: Inter;
    font-size: 50px;
    font-weight: 800;
    line-height: 60.51px;
    text-align: left;
    color: #1F1F1F;
    padding: 20px 20px 20px 0px;
    margin-bottom: 0px;
    max-width: 100%;
}


#header {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    text-decoration-line: underline;
    color: #070f18;
    margin-top: 40px;
    margin-bottom: 60px;
    padding-left: 56px;
}

.div_comum {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    padding-right: 56px;

}

.div_comum ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.div_comum li {
    display: inline-block;
    margin-left: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #070f18;
}

a {
    color: white;
    text-decoration: none;
    font-size: 25px;
    font-weight: 800;
    line-height: 30.26px;
    text-align: left;
    font-family: Inter;
    padding: 10px;
}

.div_cep {
    justify-content: center;
}

#tempo-endereco {
    /* margin-left: 5%; */
    align-items: center;
    background-color: #BABABA;
    display: flex;
    justify-content: space-around;
}

#form {
    margin-left: 20%;
    margin-right: 20%;
    background-color: white;
    border-radius: 30px;
    padding: 100px;
}

.form-partes {
    display: flex;
    justify-content: space-between;
    margin: 20px;
    gap: 40px;
    text-align: center;
}

.input_adress {
    border: none;
    padding-left: 10px;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
    height: 56px;
    border-radius: 10px;
    opacity: 0px;
    background: #F2F2F2E5;
    color: #39393980;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    text-align: left;
}

.input_adress:hover {
    border: 1px solid #0C70F2E5;
    transform: translateY(-7px);
    box-shadow: 0px 15px 20px #0C70F2E5;
    transition-duration: 0.5s;
}

.input_tempe {
    border: none;
    padding-left: 10px;
    margin-left: 10px;
    margin-right: 10px;
    width: 90%;
    height: 56px;
    border-radius: 10px;
    opacity: 0px;
    background: #F2F2F2E5;
    color: #39393980;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
}

.input_tempe:hover {
    border: 1px solid #0C70F2E5;
    transform: translateY(-7px);
    box-shadow: 0px 15px 20px #0C70F2E5;
    transition-duration: 0.5s;
}

button {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
    height: 56px;
    gap: 0px;
    border: none;
    border-radius: 10px;
    opacity: 0px;
    background: #0C70F2E5;
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 38.73px;
    color: #FFFFFF;
    cursor: pointer;
}

button:hover {
    transform: translateY(-7px);
    box-shadow: 0px 15px 20px #0C70F2E5;
    transition-duration: 0.5s;
}

.botao_eliptico {
    cursor: pointer;
    display: flex;
    text-align: center;
    justify-content: center;
}


.resposta {
    border-color: #0C70F2E5;
    width: 1024px;
    height: 72px;
    border-radius: 30px;
    margin-left: 10%;
    margin-right: 10%;
    height: 56px;
    opacity: 0px;
    padding-left: 10px;
    font-family: Inter;
    font-size: 20px;
    font-weight: 800;
    line-height: 24.2px;
    text-align: center;
    border-top: 1px solid #0C70F2;
}

input:focus {
    outline: none;
    border-color: #0C70F2E5;
}

input:hover {
    border: 1px solid #0C70F2E5;
    transform: translateY(-7px);
    box-shadow: 0px 15px 20px #0C70F2E5;
    transition-duration: 0.5s;
}

#resposta::placeholder {
    font-family: Inter;
    font-size: 20px;
    font-weight: 800;
    line-height: 24.2px;
    text-align: center;
    color: #1F1F1F;
}

.rodape {
    padding-top: 40px;
    padding-right: 50px;
    height: 60px;
    text-align: right;
    align-items: center;
}

#texto_rodape {
    font-family: Inter;
    font-size: 25px;
    font-weight: 600;
    line-height: 30.26px;
    text-align: center;
    color: #FFFFFF;
}

#resp_label.container,
#resp_paragrafo.container {
    margin: 0;
    padding: 0;
    margin-left: 5%;
    margin-right: 5%;   
    height: 50px;
    padding-top: 30px;
    padding-bottom: 10px;
    display: flex;
    font-family: Inter;
    font-size: 20px;
    font-weight: 800;
    line-height: 24.2px;
    color: #FFFFFF;
    justify-content: space-around;
    width: 90%;
}

#resp_label.container {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

#resp_paragrafo.container {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #1F1F1F;
    background: #FFFFFF;
}



@media screen and (max-width: 1200px) {
    h1 {
        text-align: left;
        font-size: 20px;
        line-height: 30px;

    }

    #form {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 40px;
        margin: 10px;
    }

    .form-partes {
        flex-wrap: wrap;
        margin: 10px;
        gap: 5px;
        padding-right: 10px;
    }

    .menu {
        text-align: center;
    }

    #header {
        padding-left: 10px;
        text-align: left;
    }

    #logo {
        width: 240px;

    }

    img {
        width: 150px;
    }

    #resposta {
        width: 90%;
    }

    #resposta::placeholder,
    label,
    #texto_rodape {
        font-size: 14px;
        padding-left: 1px;
    }

    .input_adress,
    .input_tempe {
        margin: 1px;
    }

    p,
    #rua,
    #bairro,
    #cidade {
        font-size: 14px;
        padding-left: 1px;
        border: nome;
    }

    #resposta::placeholder {
        font-size: 14px;
    }

}