/* inicio de formulario */
/* Estilização do modal trabalhe conosco */
.modal{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    
}
/* Estilização de fundo do trabalhe conosco */
.modal-content {
    display: block;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #fff;
    border-radius: 15px;
    padding: 10px 15px ;
}

/* Estilização do modal contato email */
.modal-2{
    display: flex;
    align-items: center;
    justify-content: center;
   
    
}

.modal-3{
    display: flex;
    align-items: center;
    justify-content: center;
   
    
}
/* Estilização de fundo do contato email*/
.modal-content-2{
    display: block;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: rgb(0,36,7);
    background: linear-gradient(90deg, rgb(0, 131, 26) 0%, rgba(9,121,37,1) 35%, rgba(0,255,92,1));
    color: #fff;
    border-radius: 15px;
    padding: 10px 15px ;
}

.modal-content-3{
    display: block;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: rgb(0,36,7);
    background: linear-gradient(90deg, rgb(0, 131, 26) 0%, rgba(9,121,37,1) 35%, rgba(0,255,92,1));
    color: #fff;
    border-radius: 15px;
    padding: 10px 15px ;
}
/* Organização dos conteudos dentro da div form */
form div{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    
}
/* Estilização dos input */
form input, form textarea{
    outline: none;
    padding: 20px;
    width: 70%;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
}

form input[type="file"]{
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 200px;
}
/* fim da estilização input */
.modal-content-2 h1{
    font-size: 35px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin:20px;
}

.modal-content-3 h1{
    font-size: 35px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin:20px;
}
/* Estilização da informação de cada input */
form label{
    justify-content: center;
    font-size: 25px;
    align-items: center;
    text-align: center;
    margin: auto;
    padding: 10px;
}
/* Efeito no input */
form input:focus, form textarea:focus{
    background-color: rgba(144, 238, 144, 0.801);
}
/* Estilização button enviar */
form button[type="submit"]{
    background-color: white;
    width: 200px;
    align-items: center;
    padding: 7px 5px;
    justify-content: center;
    color: black;
    border-radius: 20px;
    font-size: 15px;
    transition: 0.50s;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin: auto;
}

form input[type="file"]{
    border: none;

}

form button[type="submit"]:hover{
    background-color: green; 
}


.modal {
    display: none; /*Escondido por padrão*/
    position: fixed; /*Fixado no lugar*/
    z-index: 1; /*Fica no topo*/
    padding-top: 150px; /*Localização da caixa*/
    left: 0; /*Esquerda*/
    top: 0; /*Direita*/
    width: 100%; /*Largura total*/
    height: 100%; /*Altura total*/
    overflow: auto; /*Habilita o scroll se necessário*/
    background-color: rgba(0, 0, 0, 0.4); /*Escurece o fundo atrás do modal*/
}

/*Conteúdo do modal*/
.modal-content {
    background: rgb(0,36,7);
    background: linear-gradient(90deg, rgb(0, 131, 26) 0%, rgba(9,121,37,1) 35%, rgba(0,255,92,1)); /*Cor de fundo*/
    margin: auto; /*Margem*/
    padding: 20px; /*Espaçamento*/
    border: transparent; /*Borda*/
    width: 90%; /*Largura do modal*/
    border-radius: 20px; /*Borda arredondada*/
}


.modal-2 {
    display: none; /*Escondido por padrão*/
    position: fixed; /*Fixado no lugar*/
    z-index: 1; /*Fica no topo*/
    padding-top: 150px; /*Localização da caixa*/
    left: 0; /*Esquerda*/
    top: 0; /*Direita*/
    width: 100%; /*Largura total*/
    height: 100%; /*Altura total*/
    overflow: auto; /*Habilita o scroll se necessário*/
    background-color: rgba(0, 0, 0, 0.4); /*Escurece o fundo atrás do modal*/
}

/*Conteúdo do modal*/
.modal-content-2 {
    background: rgb(0,36,7);
    background: linear-gradient(90deg, rgb(0, 131, 26) 0%, rgba(9,121,37,1) 35%, rgba(0,255,92,1)); /*Cor de fundo*/
    margin: auto; /*Margem*/
    padding: 20px; /*Espaçamento*/
    border: transparent; /*Borda*/
    width: 90%; /*Largura do modal*/
    border-radius: 20px; /*Borda arredondada*/
}


/*Botão de fechar*/
.close , .close-2, .close-3{
    color: #aaaaaa; /*Cor*/
    float: right; /*Alinhamento*/
    font-size: 28px; /*Tamanho da fonte*/
    font-weight: bold; /*Negrito*/
}

/*Botão de fechar em hover e foco*/
.close:hover, .close:focus {
    color: #000; /*Cor*/
    cursor: pointer; /*Mouse mãozinha*/
}



.modal-3 {
    display: none; /*Escondido por padrão*/
    position: fixed; /*Fixado no lugar*/
    z-index: 1; /*Fica no topo*/
    padding-top: 150px; /*Localização da caixa*/
    left: 0; /*Esquerda*/
    top: 0; /*Direita*/
    width: 100%; /*Largura total*/
    height: 100%; /*Altura total*/
    overflow: auto; /*Habilita o scroll se necessário*/
    background-color: rgba(0, 0, 0, 0.4); /*Escurece o fundo atrás do modal*/
}

/*Conteúdo do modal*/
.modal-content-3 {
    background: rgb(0,36,7);
    background: linear-gradient(90deg, rgb(0, 131, 26) 0%, rgba(9,121,37,1) 35%, rgba(0,255,92,1)); /*Cor de fundo*/
    margin: 0 auto; /*Margem*/
    
    padding: 20px; /*Espaçamento*/
    border: transparent; /*Borda*/
    width: 90%; /*Largura do modal*/
    border-radius: 20px; /*Borda arredondada*/
}


/*Botão de fechar*/
.close-3{
    color: #aaaaaa; /*Cor*/
    float: right; /*Alinhamento*/
    font-size: 28px; /*Tamanho da fonte*/
    font-weight: bold; /*Negrito*/
}

/*Botão de fechar em hover e foco*/
.close-2:hover, .close-2:focus {
    color: #000; /*Cor*/
    cursor: pointer; /*Mouse mãozinha*/
}


.modal-3 {
    display: none; /*Escondido por padrão*/
    position: fixed; /*Fixado no lugar*/
    z-index: 1; /*Fica no topo*/
    padding-top: 150px; /*Localização da caixa*/
    left: 0; /*Esquerda*/
    top: 0; /*Direita*/
    width: 100%; /*Largura total*/
    height: 100%; /*Altura total*/
    overflow: auto; /*Habilita o scroll se necessário*/
    background-color: rgba(0, 0, 0, 0.4); /*Escurece o fundo atrás do modal*/
}

/*Conteúdo do modal*/
.modal-content-3 {
    background: rgb(0,36,7);
    background: linear-gradient(90deg, rgb(0, 131, 26) 0%, rgba(9,121,37,1) 35%, rgba(0,255,92,1)); /*Cor de fundo*/
    margin: 0 auto; /*Margem*/
    
    padding: 20px; /*Espaçamento*/
    border: transparent; /*Borda*/
    width: 90%; /*Largura do modal*/
    border-radius: 20px; /*Borda arredondada*/
}


/*Botão de fechar*/
.close-3{
    color: #aaaaaa; /*Cor*/
    float: right; /*Alinhamento*/
    font-size: 28px; /*Tamanho da fonte*/
    font-weight: bold; /*Negrito*/
}

/*Botão de fechar em hover e foco*/
.close-3:hover, .close-3:focus {
    color: #000; /*Cor*/
    cursor: pointer; /*Mouse mãozinha*/
}


 /* Estilos para seletor */
 select {
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    font-size: 1rem;
    width: 70%;
    margin: auto;
    margin-bottom: 1rem;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='%23838c8d' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.61 6.386a.75.75 0 00-1.06-1.06L10 13.94 2.45 6.387a.75.75 0 00-1.06 1.06l8.5 8.5a.75.75 0 001.06 0l8.5-8.5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.5rem top 50%;
    background-size: 1.5rem;
  }

  /* Estilos para opções */
  select option {
    background-color: #fff;
    color: #333;
    padding: 0.5rem;
    font-size: 1rem;
  }

   /* Estilo para input tipo file */
   input[type="file"] {
    font-size: 1rem;
    padding: 0.5rem;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 100%;
    color: black;
   }