.img-rand{
  display:none;
  width: 100vw;
  height: 80px;
  padding: 10px;
}

.img-rand img {
  height: 60px;
  display: flex;
  margin: 0px auto;
  align-items: center;
}

.cor1 {
  background-color: #1a3666;
  border-bottom: 5px solid #33DB89;
 }
 .cor2 {
  background-color: #33DB89;
 }
  
.cabecalho {
  display: flex;
  background-color: #289f79;
  justify-content: space-around;
}

.cabecalho {
  width: 100%;
  height: 100%;
}

 .form-control, .form-select {
      border: 2px solid #33DB89 !important; 
      min-width: 85vw;
      /* max-width: 335px; */
    margin-bottom: 10px;
    }

  .container h4, .container .btnSubmit  {
    text-align: center;
    background-color: #1a3666;
    color: #fff;
    padding: 5px 15px;
    border-radius: 0px 10px; 
    filter: drop-shadow(5px 5px 0px #33DB89);
  }

.container {
  display: flex;
  justify-content: space-around;
  margin: 0px auto;
  align-items: center;
  width: 100vw;
  flex-direction: column;
}

/* .container h4, .cabecalho, .container .btnSubmit:hover  {
background: linear-gradient(-45deg,  #33DB89,#1a3666, #1a3666, #33DB89);
background-size: 400% 400%;
animation: gradient 4s ease infinite;
}

@keyframes gradient {
0% {
  background-position: 0% 50%;
}
50% {
  background-position: 100% 50%;
}
100% {
  background-position: 0% 50%;
}
} */

.container .btnSubmit {
  font-weight: bold;
  display: flex;
  margin: 0px auto 20px auto;
  padding: 10px 30px;
}

.container .btnSubmit:hover {
  background-color: #33DB89;
  color: #fff;
  filter: drop-shadow(5px 5px 0px #1a3666);
}

.inputFile {
  /* background-color: #1a3666; */
  padding: 10px;
  color: #fff;
  width: 100%;
}

.inputFile button {
  background-color: #1a3666;
}

@media screen and (min-width: 769px){
  .form-control, .form-select, textarea {
    border: 2px solid #33DB89 !important; 
    min-width: 0px;
    max-width: 335px; 
    /* margin: 10px; */
    position: relative;
    resize: vertical;
  }


  .container {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0px auto;
    align-items: center;
    width: 100vw;
  }

  .desktop {
    padding-left: 3vw;
    /* background-color: #289f79; */
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 85vw;
    flex-wrap: wrap;
  }
}