/*
* **********************************
* ################################## ESTILOS FALE CONOSCO
* **********************************
*/

/*
========================
======================== ALTERA HEADER
========================
*/

.main-header {
    background-color: #f0f4f7;
    position: relative;
}

/*
========================
======================== CONTATO
========================
*/

.work {
    background-color: #f0f4f7;
    padding: 240px 0 90px 0;

    -webkit-border-bottom-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

@media(max-width: 1024px) {
    .work {
        padding: 40px 0;
    }
}

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

.work-left {
    flex-basis: 50%;
}

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

.work-header {
    margin-bottom: 20px;
}

.work-header h1 {
    font-size: 4.0rem;
    font-weight: 300;
}

.work-header p {
    font-size: 1.8rem;
    font-weight: 300;
    max-width: 80%;
}

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

.work-form div {
    display: block;
    margin-bottom: 10px;
}

.work-form input,
.work-form textarea {
    background-color: #FFF;
    font-size: 1.6rem;

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

.work-form input:hover,
.work-form textarea:hover,
.work-form input:focus,
.work-form textarea:focus {
    border-color: #f79321;
}

.work-form .attachment {
    width: 100%;
    text-align: left;
    position: relative;
}

.work-form .attachment label {
    background: #FFF url('../../img/global/custom/icon-upload.png') center right 20px no-repeat;
    font-family: 'Rubik', sans-serif;
    font-size: 1.6rem;
    color: #748A96;
    padding: 18px 20px;
    text-align: left;
    outline: 0;
    width: 100%;
    display: block;
    border: 2px solid transparent;


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

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

.work-form .attachment:hover label {
    border-color: #f79321;
}

.work-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 .btn {
    font-family: 'Rubik', sans-serif;
    color: #FFF;
    background-color: #f79321;
    font-weight: 500;
    font-size: 1.8rem;
    padding: 15px 40px;

    text-transform: uppercase;
    display: inline-block;

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

    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
}

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

.work-form .btn:hover {
    background-color: #000000;
}

.work-right {
    flex-basis: 50%;
    padding-left: 40px;
}


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


.work-right div h1 {
    font-size: 3.6rem;
    font-weight: 300;
    margin-bottom: 10px;
}

.work-right div p {
    max-width: 70%;
    font-size: 2.0rem;
    line-height: 2.6rem;
    font-weight: 300;
}

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

.work-right div p span {
    color: #ff5000;
}

.work-right div .btn {
    margin-top: 20px;
    padding: 15px 30px;
    font-size: 1.6rem;
    color: #FFF;
}

.work-right div .btn i {
    margin-left: 10px;
}

.work-right div .link-whatsapp {
    margin-top: 30px;
    display: block;
}

/*
========================
======================== ALTER DATES
========================
*/

.dates {
    background-color: transparent !important;
    margin-top: 60px;
}

.dates .content {
    background-color: #ffdf4f;
    max-width: 100%;
    width: 95%;
    margin: 0 2.5%;

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