@font-face {
    font-family: itc-bold;
    src: url(../fonte/itc-avant-garde-gothic-std-bold-589572c7e9955.otf);
  }

  @font-face {
    font-family: itc-regular;
    src: url(../fonte/itc-avant-garde-gothic-std-book-58957161d80eb.otf);
  }

  @font-face
  {
    font-family: itc-media;
    src: url(../fonte/ITCAvantGardeStd-Md.otf);
  }

    .img-btn
    {
        -webkit-transition: -webkit-transform .5s ease;
        transition: transform .5s ease;
    }
    .img-btn:hover
    {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .fonte-negrito
    {
        font-family: itc-bold;
    }

    .texto
    {
        font-family: itc-media; color: #5a5a5a;
    }

    .btn-gradient
    {
        /*background-image: linear-gradient(to bottom, #ffffff, #f4f4f5, #e9eaeb, #dedfe2, #d2d5d8);*/
        background-image: linear-gradient(to bottom, #ffffff, #ffffff, #feffff, #f1f2f5, #d2d5d8);

    }

    .btn-titulo
    {
        text-align: center;
        border-radius: 38px;
        width: 60%;
        font-size: 30px;
        border: none;
        box-shadow: 0px 8px 15px rgb(0 0 0 / 36%);
    }

    .btn-principal
    {
        text-align: center;
        border-radius: 38px;
        width: 40%;
        font-size: 20px;
        border: none;
        box-shadow: 0px 8px 15px rgb(0 0 0 / 36%);
    }


    .btn-principal-virtual
    {
        text-align: center;
        border-radius: 38px;
        width: 70%;
        font-size: 20px;
        border: none;
        box-shadow: 0px 8px 15px rgb(0 0 0 / 36%);
    }

    .btn-construcao
    {
        text-align: center;
        border-radius: 38px;
        width: 70%;
        font-size: 20px;
        border: none;
        box-shadow: 0px 8px 15px rgb(0 0 0 / 36%);
        background-color:  #bbbbbb !important;

    }

    .btn-padrao
    {
        background: #2866ad;
        color: rgb(255,255,255);
        font-weight: bold;
    }

    .txt-termos
    {
        font-size: 13px;
        margin-top: 27px;
        text-align: center;
    }

    .mensagem-validacacao
    {
        font-size: 11px;
        color: red;
    }

    .vagas
    {
        text-align: center;
        font-size: 27px;
        font-weight: bold;
        color: #2866ad;
    }
    /*MOBILE*/
    @media screen and (max-width: 800px)
    {
        .btn-titulo, .btn-principal-virtual, .btn-principal{width: 100%;}
    }

