.imageb{
    height: 55vw;
    cursor: auto;
}
.logos__nav{
    bottom: 16vw;
}
.imageb img{
    width: 100vw;
    object-fit: cover;
}
.form{
    display: flex;
justify-content: center;
clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
background-color: #004d77;
width: 85vw;
}

.form__nav{
  display: flex;
  width: 45vw;
  height: 85vh;
  border: solid 0px;
  background-color: #004d77;
  color: white;
  /* box-shadow: 0 0 12px rgba(0,0,0, .8); */
}
.form__div{
    flex-direction: column;
    display: inherit;
    width: 40vw;
    height: 80vh;
    margin: auto;
    justify-content: space-evenly;
    
}
.form__h3{
    font-size: 2.5vw;
    text-align: center;

}
.input{
    width: 100%;
    background: #004d77;
    padding: 10px;
    border-radius: 4px;
    border: solid #5bb0dd;
    font-size: 1.5vw;
    color: #0bac54;
    outline: none;
}
.button{
    width: 20vw;
    text-align: center;
    margin: 0 auto;
    height: 3.5vw;
    font-size: 1.5vw;
    background-color: #009845;
    color: white;
    border-radius: .3vw;
    cursor: pointer;
}


@media (min-device-width:600px) and (max-device-width:1050px){
    .imageb {
        height: 75vw;
    }
    .form__h3 {
        font-size: 4.5vw;
    }
    .form__div {
        width: 50vw;
        height: 85vw;
    }
    .form__nav {
        height: 85vw;
    }
   
    .input {
        font-size: 2.5vw;
    }
    .button {
        height: 5.5vw;
        font-size: 2.5vw;
    }
}

@media (min-device-width:250px) and (max-device-width:599px){

    .imageb {
        height: 100vw;
    }
    .sobre__section {
        margin-top: 10vw;
        margin-bottom: 20vw;
    }
    .form {
        display: flex;
        justify-content: center;
        background-color: transparent;
        width: 100vw;
        clip-path: none;
    }
    .form__nav {
        display: flex;
        width: 80vw;
        height: 85vh;
        border: solid 0px;
        color: white;
        background-color: transparent;
    }

    .form__div {
        flex-direction: column;
        display: inherit;
        width: 80vw;
        height: 70vh;
        margin: auto;
        justify-content: space-evenly;
        background-color: #004d77;
        box-shadow: 0 0 15px rgba(1,1,1, .8) !important;
      }
      .form__h3 {
        font-size: 5.5vw;
        text-align: center;
      }
      .input {
        background: #004d77;
        padding: 10px;
        border-radius: 4px;
        border: solid #5bb0dd;
        font-size: 4.5vw;
        color: #0bac54;
        width: 75vw;
        margin-left: 3vw;
      }
      .button {
        width: 35vw;
        height: 8vw;
        font-size: 4vw;
    }
}
