.section {
    width: auto;
    height: 100vh;
    background: url(../img/background.jpg) center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
}
.container-branco {
    width: 72%;
    position: relative;
}
.container {
    width: 100%;
    padding: 20px 30px;
    background-color: #fff;
    border-right: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: row;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
}
/*Início da Parte Esquerda do container*/
.conteudo {
    position: relative;
    width: 390px;
    height: auto;
    margin-right: 80px;
}
.engloba-logo {
    margin-bottom: 20px;
}
.logo {
    width: 120px;
}
.case {
    font-size: 20px;
    color: #777;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.subtitulo {
    font-size: 24px;
    color: #777;
    font-weight: 300;
    line-height: 28px;
}
.blockquote {
    font-family: 'Lato', sans-serif !important;
    font-style: italic;
    position: relative;
    font-size: 16px;
    color: #fff;
    padding: 20px;
    background-color: #4baad3;
    border-radius: 10px;
    line-height: 22px;
    margin-top: 10px;
}
.blockquote span {
    display: none;
    font-size: 16px;
    font-style: normal;
}
.seta {
    position: absolute;
    font-size: 36px;
    bottom: -20px;
    left: 69px;
    color: #4baad3;
}
.engloba-cliente {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.img-cliente {
    margin: 0 20px;
    width: 120px;
    height: 120px;
}
.dep-cliente {
    font-size: 16px;
    color: #777777;
    line-height: 26px;
    font-weight: 400;
}
.dep-cliente span {
    font-weight: 700;
}
.nome {
    color: #4baad3;
}
/*Fim da Parte Esquerda do container*/

/*Início da Parte Direita do container*/
.form {
    position: relative;
    width: 400px;
    font-size: 16px;
    height: 100%;
}
form input {
    width: 100%;
    border: 1px solid #cccccc;
    padding: 0 5px !important;
    height: 30px;
    font-size: 16px;
    color: #777;
    font-family: 'Lato', sans-serif !important;
}
.field {
    padding: 0 0 15px 0;
}
.field label {
    font-family: 'Lato', sans-serif !important;
    display: block;
    color: #777;
    padding: 0 0 10px 0;
    font-size: 16px;
}
.field span {
    font-family: 'Lato', sans-serif !important;
    font-size: 16px;
    color: #4baad3;
}
form select {
    font-family: 'Lato', sans-serif !important;
    width: 100%;
    border: 1px solid #cccccc;
    padding: 0 5px !important;
    height: 30px;
    font-size: 16px;
    color: #777;
    background-color: #fff;
}
.baixar {
    padding: 5px 0 0 0;
    height: auto;
}
.baixar input {
    font-family: 'Montserrat', sans-serif !important;
    background-color: #777;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    height: 60px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
}
.baixar input:hover {
    background-color: #4b4b4b;
}
/*Fim da Parte Direita do container*/

/*Responsivo*/
@media (max-height: 610px) {
    .section {
        height: 750px;
    }
}
@media (max-width: 1380px) {
    .container {
        padding: 0px 30px;
    }
    .conteudo {
        padding-top: 15px;
    }
}
@media (max-width: 1350px) {
    .container-branco {
        width: 90%;
    }
}
@media (max-width: 1250px) {
    .container-branco {
        width: 95%;
    }
}
@media (max-width: 992px) {
    .section {
        background: url(../img/background-mobile.jpg) center top no-repeat;
        height: 1240px;
        background-size: cover;
        align-items: flex-start;
        padding-top: 5%
    }
    .container {
        flex-direction: column;
    }
    .conteudo {
        width: 100%;
        margin-right: 0px;
    }
    .logo {
        margin: 0 auto;
    }
    .case {
        text-align: center;
    }
    .subtitulo {
        text-align: center;
    }
    .engloba-form  {
        width: 100%;
    }
    .form {
        width: 95%;
        margin: 0 auto;
        padding-bottom: 15px;
    }
}
@media (max-width: 560px) {
    .section {
        height: 1320px;
    }
    .container {
        padding: 20px 15px;
    }
    .subtitulo {
        font-size: 22px;
    }
    .blockquote span {
        display: block;
    }
    .engloba-cliente {
        display: none;
    }
    .seta {
        display: none;
    }
    .form {
        padding-top: 40px;
    }
    .field label {
        font-size: 13px;
    }
    .baixar input {
        font-size: 16px;
        height: 55px;
    }
}
