header{
    background-image: linear-gradient(#478ac9,white);
    display: block;
    height: 5em;
    width: 100%;
}
header img{
    padding: 12px;
}
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    display: block;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    height: 100vh;
}
body::-webkit-scrollbar{
    display: none;
}


form {
    width: 40%;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    animation: fadeIn 0.5s ease-out;
    background-color: rgb(13, 11, 126);
    margin: 0em auto;
    color: white;
}
input,textarea,select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

form h3, h2, section#cep {
    text-align: center;
    margin-top: 10px;
}

section#vagaP {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
}
input[type=checkbox]{
    width: auto;
}
section#vagaP div label{
    display: inline;
}
section#telD{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    text-align: center;
}

label {
    display: block;
    margin: 10px 0 5px;
}
section#eS {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    text-align: center;
}
section#eS select{
    text-align: center;
}
section#cep input{
    width: 30%;
    text-align: center;
}



button {
    background-color: #3498db;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    background-color: #2185d0;
}

footer{
    display: flex;
    height: 70px;
    background-color: #333333;
}
footer p {
    text-align: center;
    width: 50%;
    font-weight: bold;
    color: white;
}
div#final{
    height: 15em;
}
label#alerta{
    color: red;
}
p#termos{
    display: flex;
}
label#dd{
    text-align: left;
    padding-left: 10px;
}
a#termos{
    font-style: italic;
    font-weight: bolder;
}
.modal-dialog{
    text-align: justify;
}
div#exampleModal::-webkit-scrollbar{
    display: none;
}
.modal-dialog p{
    font-size: 13px;
}
section.corpo{
 background-image: url('images/FUNDO3.jpg');
 background-color: #2185d0;
 background-repeat: no-repeat;
 background-size: cover;
}
#myToast{
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    border: 2px solid red;
    font-weight: bold;
    font-size: 20px;
}
@media (max-width: 1002px) {
    form{
        width: 50%;
    }
    footer p {
        font-size: 13px;
    }
    header{
        height: 3em;
    }
}
@media (max-width: 806px) {
    form{
        width: 60%;
    }
    #myToast{
        font-size: 15px;
    }
}
@media (max-width: 668px) {
    form{
        width: 80%;
    }
    footer p {
        font-size: 10px;
    }
}
@media (max-width: 597px) {
    #myToast{
        font-size: 10px;
    }
}
@media (max-width: 500px) {
    form{
        width: 100%;
    }
    section{
        margin: 10px;
    }
    .modal-dialog p{
        font-size: 10px;
    }

}
@media (max-width: 442px) {
   section#vagaP div label {
    font-size: 14px;
   }
   .toast-body{
    text-align: center;
   }
}

@media (max-width: 405px) {
    section#vagaP {
        grid-template-columns: 1fr;
    }
    section#vagaP div label {
        font-size: 16px;
       }
       form label, form input, form select, textarea {
        font-size: 10px !important;
       }
       div#final {
        height: 10em;
       }
}
@media (max-width: 367px) {
    footer{
        display: block;
        height: 6em;
    }
    footer p {
        width: 100%;
    }
}