.form-workus {
    padding: 2rem 0;


    .container {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 1rem;
        flex-direction: row;
        flex-wrap: wrap; 
    }

    h3 {
        padding: 0 25px;
        font-size: 20px;
    }

    form.contact {
        padding: 0 25px;
        /* background: linear-gradient(215.59deg, #0168D8 5.01%, #013772 83.48%); */
        margin: 1rem 0;
        border-radius: 10px;
        width: 100%;
        max-width: 730px;

        .row-form {
            display: flex;
            flex-direction: column;
            margin-bottom: 1rem;

            &.half {
                display: flex; 
                flex-direction: row;
                justify-content: space-between;

                .row-form {
                    width: 49%;
                }
            }
        }

        input, select {
            height: 50px;
            border-radius: 8px;
            border: 1px solid #ccc;
            padding: 1rem;
        }
        input#cvuser {
            border: 0;
        }

        label {
            font-size: 18px;
            color: #3f3f3f;
            font-weight: 700;
        }

        textarea {
            height: 112px;
            padding: 1rem;
        }

        bottom { 
            cursor: pointer;
        }


    }
    .dados {
        width: 30%;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    h2 {
        color: #fff;
        font-size: 24px;
    }

    a.tels {
        background: url(../img/icon_phone_pink.svg) left center no-repeat;
        padding-left: 15px;
       
    }
    span {
        background: url(../img/icon_pin.svg) left center no-repeat;
        
    }

    a.tels,
    span {
        font-size: 16px;
        color: #414141;
        padding-left: 28px;
        background-size: 20px;
        margin: 4px 0;
    }

    button {
        background: linear-gradient(90deg, #FA048F 0%, #7838B5 100%);
        border: 0;
        padding: 16px;
        color: #fff;
        font-weight: 700;
        font-size: 20px;
        border-radius: 8px;
        cursor: pointer;
    }
    
}

.unidade-box {
  color: white;
  padding: 20px;
  width: 100%;
  border-radius: 12px;
}
  .bauru {
    background: #F50691;
  }
 .marilia {
    background: #0168D8;
 }

 .duartina { 
    background-color: #7A37B5;
 }


.unidade-label {
  font-size: 14px;
  margin: 0;
}

.unidade-titulo {
  margin: 0 0 10px 2px;
  font-size: 18px;
}

.unidade-endereco {
  margin: 0 0 10px 0;
}

.unidade-contato, 
.unidade-telefone { 
    font-size: 16px;
}

.unidade-telefone-contato { 
    display: flex;
}

.unidade-mapa {
    display: flex;
    margin-top: 15px;
}

.icone {
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}

.unidade-mapa a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}

@media screen and (max-width: 1100px) { 
    .dados {
        width: 100% !important;
        max-width: 730px;
    }
}


@media screen and (max-width: 768px) {
    .form-workus form.contact {
        input {
            height: 50px;
        }
        label {
            font-size: 18px;
            color: #3f3f3f;
            font-weight: 700;
        }

        textarea {
            height: 112px;
        }
        a.tels,
        span {
            font-size: 16px;
            line-height: 24px;
            padding-left: 18px;
        }
    }

    .form-workus form.contact .row-form {
        
        flex-direction: column !important;
    }
    .form-workus form.contact .half {

        flex-direction: column !important;
        margin-bottom: 0!important;
    }
    .form-workus form.contact .half .row-form {

        width: 100% !important;
    }



}
