@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; /* padronizar o width contando pelas bordas */

    -webkit-font-smoothing: subpixel-antialiased !important; /* renderizar melhor as fontes no chrome */
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input, textarea, select {
    margin: 0;
    padding: 0;
    border: none;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
button {
    background: none;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
    display: block;
}
img {
    display: block;
}
a {
    display: block;
    text-decoration: none;
}
.clearfix:before, .clearfix:after {
    content: "";    
    display: table;
}
.clearfix:after {
    clear: both;
}
.transition {
    -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
         -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
}
.relative {
    position: relative;
}
.left {
    float: left;
}
.right {
    float: right;
}
.aux-hidden-wow {
    visibility: hidden; 
}

::selection {
    background: #4baad3;
    color: #fff
}

::-moz-selection {
    background: #4baad3;
    color: #fff
}

/** fim css reset **/

body {
    position: relative;
    width: 100%;
    font-family: 'Lato', sans-serif;
    background-color: #fff;
    font-size: 10px;
    color: #000;
    overflow-x: hidden;
}
button {
    font-family: 'Lato', sans-serif;
}
input, textarea {
    font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}
.corpo {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto; 
} 

/** Geral **/
.section {
    width: auto;
    height: 100vh;
    background: url("../img/background.jpg") center no-repeat;
    background-size: cover;
}
.pai-engloba-form {
    width: 72%;
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
       -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
}
.engloba-form {
    width: 100%;
    padding: 20px 30px;
    background-color: #fff;
    border-right: 0;
	overflow: hidden;
}
.engloba-info-form {
    position: relative;
    width: 390px;
    margin-right: 80px;
}
.logo {
 width: 112px;
 }
.titulo {
    font-size: 24px;
    color: #676767;
    font-weight: 800;
    text-transform: uppercase;
    text-align: right;
    letter-spacing: 1px;
    padding-bottom: 20px;
    border-bottom: 2px solid #676767;
    margin-bottom: 20px;
}
.case {
    font-size: 19px;
    color: #333;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.subtitulo {
    font-size: 25px;
    color: #333;
    font-weight: 300;
    line-height: 30px;
}
.subtitulo span {
    font-weight: 700;
    color: #333;
}
.blockquote-form-saida {
    position: relative;
    font-size: 16px; 
    color: #fff;
    padding: 20px;
    background-color: #4baad3;
    border-radius: 10px;
    line-height: 25px;
    margin-top: 20px;
}
.blockquote-form-saida span {
    display: none;
    font-weight: 700;
}
.eng-depoimento {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 0;
}
.img-cliente {
    margin: 0 20px;
}
.dep-cliente {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    font-weight: 400;
}
.dep-cliente span {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4baad3;
}
.lista {
    margin-top: 35px;
}
.lista li {
    font-size: 17px;
    color: #676767;
    font-weight: 700;
    line-height: 21px;
    text-align: right;
    margin-top: 15px;
}
.lista li:first-child {
    margin-top: 0;
}
.engloba-logo {
    margin-bottom: 25px;
}
.engloba-dados-form {
    position: relative;
    width: 400px;
}
.flecha{
    position: absolute;
    font-size: 36px;
    bottom: -21px;
    left: 66px;
    color: #4baad3;
}
/* form */
#form-container-form-whitepaper-case-imaginarium-4096a57cd493eaee87b1 #conversion-form-form-whitepaper-case-imaginarium-4096a57cd493eaee87b1 {
    width: 100% !important;
    background-color: transparent !important;
}
/* form interno */
#form-form-whitepaper-case-imaginarium-4096a57cd493eaee87b1 #form-container-form-whitepaper-case-imaginarium-4096a57cd493eaee87b1 #conversion-form-form-whitepaper-case-imaginarium-4096a57cd493eaee87b1 section {
    padding: 0px !important;
}
/* pai label input */
#form-form-whitepaper-case-imaginarium-4096a57cd493eaee87b1 #conversion-form-form-whitepaper-case-imaginarium-4096a57cd493eaee87b1 .field {
    padding: 0 0 10px 0 !important;
}
/* label */
#form-container-form-whitepaper-case-imaginarium-4096a57cd493eaee87b1 #conversion-form-form-whitepaper-case-imaginarium-4096a57cd493eaee87b1 .field label {
    font-family: 'Montserrat', sans-serif !important;
    color: #333 !important;
    padding: 0 0 5px 0 !important;
    min-height: auto !important;
    font-size: 14px !important;
    font-weight: bold !important;
}
/* input */
#form-form-whitepaper-case-imaginarium-4096a57cd493eaee87b1 #form-container-form-whitepaper-case-imaginarium-4096a57cd493eaee87b1 #conversion-form-form-whitepaper-case-imaginarium-4096a57cd493eaee87b1 .form-control {
    font-family: 'Montserrat', sans-serif !important;
    padding: 0 5px !important;
    border: 1px solid #ccc !important;
    min-height: auto !important;
    height: 29px !important;
    border-radius: 0 !important;
    font-size: 15px !important; 
}
/* pai botão */
#form-form-whitepaper-case-imaginarium-4096a57cd493eaee87b1 #form-container-form-whitepaper-case-imaginarium-4096a57cd493eaee87b1 #conversion-form-form-whitepaper-case-imaginarium-4096a57cd493eaee87b1 .actions {
    padding: 2px 0 0 0 !important;
}
/* botão */
#conversion-form-form-whitepaper-case-imaginarium-4096a57cd493eaee87b1 #cf_submit-form-whitepaper-case-imaginarium-4096a57cd493eaee87b1 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 23px !important;
    color: #fff !important;
    background-color: #333 !important;
    -webkit-transition: all 0.3s linear !important;
       -moz-transition: all 0.3s linear !important;
         -o-transition: all 0.3s linear !important;
            transition: all 0.3s linear !important;
    text-transform: uppercase !important;
}
#conversion-form-form-whitepaper-case-imaginarium-4096a57cd493eaee87b1 #cf_submit-form-whitepaper-case-imaginarium-4096a57cd493eaee87b1:hover {
    background-color: #666 !important;
    color: #fff !important;
    border-color: #666 !important;
}

/** Mobile **/

/** Medias **/
@media (max-width: 1350px) {
    .pai-engloba-form {
        width: 90%;
    }
}
@media (max-width: 1250px) {
    .pai-engloba-form {
        width: 95%;
    }
    .engloba-info-form {
        margin-right: 55px;
    }
}
@media (max-height: 610px) {
    .section {
        height: 900px;
    }
}
@media (max-width: 992px) { /* tablet by bootstrap (encolhendo) */
    .section {
        background: url(../img/background-tablet.jpg) center top no-repeat;
        height: 1190px;
        background-size: cover;
    }
    .pai-engloba-form {
        top: 2%;
        -webkit-transform: translate(0%, 0%);
           -moz-transform: translate(0%, 0%);
            -ms-transform: translate(0%, 0%);
                transform: translate(0%, 0%);
    }
    .engloba-info-form {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .engloba-dados-form {
        float: none;
        width: 100%;
    }
    .titulo {
        text-align: center;
    }
    .subtitulo, .case {
        text-align: center;
    }
    .lista li {
        text-align: center;
    }
    .engloba-logo {
        width: 180px;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .logo {
        float: none;
        margin: 0 auto;
    }
    .logo-rock {
        float: none;
        margin: 0 auto;
    }
}
@media (max-width: 768px) { /* celular by bootstrap (encolhendo) */
    .section {
        height: 1240px; 
    }
    .engloba-form {
        padding: 20px 20px;
    }
    .titulo {
        font-size: 21px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .subtitulo {
        font-size: 24px;
        line-height: 27px;
    }
    .lista {
        margin-top: 20px;
    }
}
@media (max-width: 560px) { /* aux */
    .show-560 {
        display: block !important;
    }
    .hide-560 {
        display: none !important;
    }
    .flecha{
        display: none;
    }
}
@media (max-width: 480px) { /* celulares menores */
    .blockquote-form-saida{ line-height: 22px; }
    .subtitulo{ font-size: 22px; line-height: 25px; }
    .engloba-form {
        padding: 20px 10px;
    }

    /* botão */
    #conversion-form-form-whitepaper-case-imaginarium-4096a57cd493eaee87b1 #cf_submit-form-whitepaper-case-imaginarium-4096a57cd493eaee87b1 {
        padding: 10px 20px 10px 20px !important;
        font-size: 17px !important;
        
    }
    /* label */
    #form-container-form-whitepaper-case-imaginarium-4096a57cd493eaee87b1 #conversion-form-form-whitepaper-case-imaginarium-4096a57cd493eaee87b1 .field label {
        font-size: 13px !important;
    }

}

@media (max-width: 414px) {
    .section {
        height: 1300px;
    }
}