/*
* **********************************
* ################################## ESTILOS DO LOGIN
* **********************************
*/

/*
========================
======================== ESTILOS GERAIS DO LOGIN
========================
*/

.work {
    background: url("../../img/global/custom/bg-internal.png") top center no-repeat;
    padding: 230px 0 70px 0;
}

.work .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.work-header{
    flex-basis: 100%;
    text-align: center;
    margin: 60px 0;
    color: #201f1f;
}

.work-header h1 {
    font-size: 2.5em;
    font-weight: 600;
    line-height: 0.95;
}

.work-header p {
    font-size: 1.5em;
    line-height: 1.083;
    width: 600px;
    margin: 5px auto 0 auto;
}

@media (max-width: 600px) {
    .work-header p {
        width: 100%;
    }
}

.work-form{
    background-color: #f6f6f6;
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px;

    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.work-form-left{
    flex-basis: 48%;
}

@media (max-width: 1024px) {
    .work-form-left{
        flex-basis: 100%;
        text-align: center;
    }
}

.work-form-header{
    flex-basis: 100%;
    color: #201f1f;
    margin-bottom: 30px;
}

.work-form-header h1 {
    font-size: 1.875em;
    font-weight: 400;
    line-height: 1.2;
}

.work-form-header p {
    font-size: 1.125em;
    line-height: 1.222;
    margin-top: 5px;
}

.work-form form {
    display: flex;
    flex-wrap: wrap;
}

.work-form form label {
    flex-basis: 100%;
}

.work-form form .label_group {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.work-form form .label_group label {
    flex-basis: 49%;
}

.work-form form input,
.work-form form select,
.work-form form textarea {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    width: 100%;
    background-color: #FFF;
    border: 0 !important;
    outline: 0 !important;
    font-size: 1em !important;
    font-weight: 300 !important;
    color: #313335 !important;
    padding: 18px !important;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.work-form form textarea {
    height: 160px;
}

.work .attachment {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.work .attachment label {
    width: 100%;
    background: #FFF url("../../img/global/custom/icon-anexo.png") center right 15px no-repeat;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 1em;
    border: 0;
    color: #313335;
    padding: 18px;
    text-align: left;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.contact-form .attachment .attachment-file {

    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    border: 0;
    cursor: pointer;
}

.work-form form textarea:focus,
.work-form form input:focus {
    background-color: #e8ebed;
}

.work-form form ::-webkit-input-placeholder {
    opacity: 1;
    color: #313335;
}

.work-form form ::-moz-placeholder {
    opacity: 1;
    color: #313335;
}

.work-form form :-ms-input-placeholder {
    opacity: 1;
    color: #313335;
}

.work-form form :-moz-placeholder {
    opacity: 1;
    color: #313335;
}

.work-form form .btn {
    color: #FFF;
    padding: 18px 40px;
    font-size: 1.2em;
    font-weight: 400;
    text-transform: inherit;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

@media (max-width: 640px) {
    .work-form form .btn {
        width: 100%;
    }
}

.work-form-right{
    flex-basis: 48%;
    padding-left: 60px;
}

@media (max-width: 1024px) {
    .work-form-right{
        flex-basis: 100%;
        text-align: center;
        margin-top: 40px;
        padding-left:0;
    }
}

.work-form-right li{
    display: flex;
    margin-bottom: 10px;
}

@media(max-width: 1024px){
    .work-form-right li{
        flex-direction: column;
    }
}

.work-form-right li:last-child{
    margin-bottom: 0;
}

.work-form-right li .icon{
    flex-basis: 10%;
}

@media(max-width: 1024px){
    .work-form-right li .icon{
        flex-basis: 100%;
    }
}

.work-form-right li .desc{
    flex-basis: 90%;
    padding-left: 10px;
}

@media(max-width: 1024px){
    .work-form-right li .desc{
        flex-basis: 100%;
        padding-left: 0;
        padding-top: 10px;
    }
}

.work-form-right li span{
    font-size: 1em;
    color: #00abc3;
    font-weight: 600;
    text-transform: uppercase;
}

.work-form-right li p{
    font-size: 1.6em;
    color: #00abc3;
    margin-top: -12px;
    font-weight: 400;
}

.work-form-right li .desc div{
    margin-bottom: 10px;
}

.work-form-right li .desc div h1{
    font-size: 1.4em;
    color: #201f1f;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.work-form-right li .desc div p{
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: 300;
    color: #201f1f;
    width: 270px;
}

@media(max-width: 1024px){
    .work-form-right li .desc div p{
        width: 100%;
    }
}
