.destaquebranco {
  background: #fff;
  color: #031F27;
  padding: 0px 2px;
  }

  .falanozap {
  	z-index: 9999999;
  	position: fixed;
  	bottom: 20px;
  	right: 20px;
  	}

  	.sumirpc {
  		visibility: hidden;
  		}

  	.sumirmobile {
  		visibility: visible;
  		}

  iframe {
      border: none;
  }

.bg-secundary {
  background-color:#254b4a!important
  }

li {
  text-transform: uppercase;
  }

#cadastro {
  margin: 0px;
  padding: 0px;
  width: 400px;
  height: auto;
  }

  #titulodoform {
    margin: 0px 0px 30px 0px;
    padding: 0px;
    width: 400px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    }

  .label-completa {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 14px;
    text-align: left;
    float: left;
    }

    .labelmetade {
      margin: 0px;
      padding: 0px;
      width: 45%;
      height: auto;
      color: #fff;
      font-size: 14px;
      text-align: left;
      float: left;
      }

    .imputs-form {
      margin: 5px 0px 20px -20px;
      padding: 7px 15px;
      width: 90%;
      height: 50px;
      border-radius: 30px;
      }

      .imputs-form-metade {
        margin: 0px 0px 20px -20px;
        padding: 7px 15px;
        width: 90%;
        height: 50px;
        border-radius: 30px;
        }

        .botaoverde {
          margin: 0px 0px 20px -85px;
          padding: 7px 25px;
          width: 90%;
          height: 50px;
          color: #fff;
          border-radius: 30px;
          background: #00963f;
          text-transform:uppercase;
          border:none;
          }

    .rowextra {
      height: 373px;
      }

    .rowextraa {
      margin-bottom:-133px;
      }

    #subir {
      margin-bottom:500px;
      float: left;
      }

      .preta {
        color:#333;
        }

    .bg-gray {
      background: #333;
      }

/* ELEMENTOS DO PC */
.imagempc {
  visibility: visible;
  }

.imagemmobile, .imagemmobile img {
  visibility: hidden;
  width: 1px;
  height: 1px;
  float: left;
  }

  .chamanozap {
    width: 30%;
    }


/* ELEMENTOS MOBILE */

@media (max-width:960px)  {

  .rowextra, .rowextraa {
    height: auto;
    margin-bottom: -128px;
    }

  .imagempc {
    visibility: hidden;
    height: 0px;
    }

  .imagemmobile, .imagemmobile img {
    visibility: visible;
    width: 100%;
    height: auto;
    }

  .parceiros {
    width: 120px;
    }

    .chamanozap {
      width: 45%;
      }

  }

header.masthead {
  padding-top:10rem;
  padding-bottom:calc(10rem - 72px);
  background:linear-gradient(to bottom,rgba(5,55,25,.8) 0,rgba(1,39,17,.9) 100%),url(../imagens/estagiarios-banner-cadastro.jpg);
  background-position:center;
  background-repeat:no-repeat;
  background-attachment:scroll;
  background-size:cover;
  }
