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-font-smoothing: subpixel-antialiased !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position:relative; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
body { line-height: 1; font-family: 'Montserrat', sans-serif; background:#fff;}
ol, ul, li { 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; }
b { font-weight: 700; }
.extra-b { font-weight: 800; }
input, textarea, select{
    font-family: 'Montserrat', sans-serif;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin:0;
    border:none;
    position:relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor:pointer;
    -webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 0;  /* Firefox 1-3.6 */
    border-radius: 0;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    text-indent:0.01px;
    text-overflow:"";
}
select::-ms-expand {
    display: none;
}
:focus{
    outline: none !important;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.transition{
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.transition-3-ease{
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.transition-7-ease{
    -moz-transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
input:focus, textarea:focus, select:focus{
    outline:none;
}
button{
    border:none;
    background:none;
    outline:none;
    padding:0;
    display: block;
    cursor: pointer;
}
.left{
    float: left;
}
.right{
    float: right;
}
html, body{
    overflow-x: hidden !important;
}

/* fim do reset */

.corpo{
    width: 1200px;
    max-width: 97%;
    margin: 0 auto;
}
.logo{
    width: 200px;
    margin: 25px auto;
}
.logo img{
    width: 100%;
    display: block;
}
.form-header{
    position: absolute;
    right: 0;
    top: 42px;
    z-index: 1;
    padding: 18px;
}
.form-header .alert-success,
.form-header .alert-danger{
    border-bottom-left-radius: 25px;
    margin-bottom: 0;
    margin-top: 8px;
}
.back-form-header{
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: rgba(0,172,215,0.8);
    border-radius: 45px;
}
.alert-success, .alert-danger{
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
    display: none;
}
.alert-success{
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-danger{
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.cada-input{
    padding-right: 18px; 
    width: 250px;
}

.cada-input label{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}
.cada-input input, .cada-input textarea{
    width: 100%;
    background-color: #fff;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    font-size: 15px;
    color: #3d3d3d;
    border-radius: 30px;
    z-index: 2;
}
.cada-input textarea{
    resize: none;
    height: 155px;
}
.cada-input ::-webkit-input-placeholder {
    color: #3d3d3d;
}
.cada-input :-moz-placeholder {
    color: #3d3d3d;
}
.cada-input ::-moz-placeholder {
    color: #3d3d3d;
}
.cada-input :-ms-input-placeholder {  
    color: #3d3d3d;
}
.cada-input.has-error input, .cada-input.has-error textarea{
    border: 2px solid #843534;
}
.cada-input.has-error label{
    color: #a94442;
}
.botao-form-header{
    background-color: #e44f28;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    font-size: 15px;
    color: #fff;
    border-radius: 45px;
    font-weight: 700;
}
.botao-form-header:hover{
  background-color: #ab3d20;
}
.back-banner{
    background: url("../img/back-banner-v4.jpg") center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 483px;
}
.height-100{
    height: 100%;
}
.info-banner{
    width: 350px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.info-banner h2{
    color: #00acd7;
    font-size: 74px;
    margin-bottom: 20px;
    letter-spacing: -5px;
    text-indent: -5px;
}
.info-banner p{
    color: #292929;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}
.info-banner p span{
    font-size: 24px;
}
.botao-link{
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #00acd7;
    border: 2px solid #00acd7;
    font-size: 18px;
    padding: 0 20px;
    line-height: 41px;
    height: 45px;
    width: auto;
    border-radius: 45px;
    overflow: hidden;
    font-weight: 700;
}
.botao-link:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00acd7;
}
.botao-link:hover{
    color: #fff;
}
.botao-link:hover:after {
    width: 100%;
}
.clock{
    padding-top: 65px;
    background: url(../img/clock.png) no-repeat center top;
    font-size: 22px;
    color: #3d3d3d;
    line-height: 24px;
    text-align: center;
    letter-spacing: -1px;
    margin-bottom: 40px;
}
.float-info{
    width: 48%; 
    padding-left: 180px;
}
.icon-float-info{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 88px;
    text-align: center;
    width: 140px;
    line-height: 142px;
    height: 140px;
    color: #fff;
    background-color: #02a5d1;
    border-radius: 50%;
}
.titulo-float-info{
    color: #2a2a2a;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 700;
}
.texto-float-info{
    color: #2a2a2a;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
    min-height: 39px;
}
.texto-float-info span{
    color: #00acd7;
    font-weight: 700;
}
.back-formatos{
    width: 100%;
    padding-top: 50px;
    margin-top: 50px; 
    background-color: #00acd7;
}
.titulo-formatos{
    width: 100%;
    padding-bottom: 95px;
    background: url(../img/titulo-formatos-v2.png) no-repeat center bottom;
    font-size: 22px;
    color: #fff;
    line-height: 22px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 8px;
}
.cada-formatos{
    width: calc(100% / 7);
    padding: 0 1%;
}
.lata-ou-pet{
    color: #fff;
    text-align: center;
}
.img-formatos{
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    margin-bottom: 7px;
}
.desc-formato{
    display: table;
    color: #2a2a2a;
    font-size: 15px;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px 15px;
    margin: 0 auto;
    margin-bottom: 7px;
}
.botao-link-azul{
    text-decoration: none;
    display: table;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    background-color: #10c2ef;
    border-radius: 15px;
    padding: 10px 15px;
    font-weight: 700;
    max-width: 140px;
}
.botao-link-azul:hover{
    background-color: #0482a2;
}
.cada-formatos .botao-link-azul{
    padding: 10px 0;
    width: 100%;
    text-align: center;
}
.lotes-formatos{
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding-top: 50px;
}
.back-book{
    padding: 30px 0 50px 0;
}
.form-book{
    width: 50%;
}
.form-book .texto-float-info{
    min-height: auto;
}
.titulo-book{
    color: #2a2a2a;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.img-book{
    width: 50%;
}
.img-book img{
    width: 100%;
    display: block;
}
.form-book .cada-input{
    margin-bottom: 15px;
    width: 49%;
    padding: 0;
}
.input-textarea{
    width: 100% !important;
}
.form-book .cada-input input, .form-book .cada-input textarea{
    border: solid 2px #bfbfbf;
}
.back-servicos{
    padding: 50px 0;
    background: url("../img/back-servicos.jpg") repeat center center;
}
.back-servicos .texto-float-info, .back-servicos .titulo-book{
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    min-height: auto;
    text-align: center;
}
.img-refri{
    display: block;
    width: 175px;
}
.nossos-servicos{
    color: #00acd7;
    font-size: 25px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}
.lista-servicos{
    width: calc(100% - 175px);
    padding-top: 20px;
}
.lista-servicos li{
    margin-left: 5%;
    width: 45%;
    padding-left: 68px;
    margin-bottom: 30px;
    height: 70px;
}
.icon-cada-servico{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    text-align: center;
    width: 56px;
    line-height: 58px;
    height: 56px;
    color: #fff;
    background-color: #02a5d1;
    border-radius: 50%;
}
.titulo-cada-servico{
    color: #00acd7;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
.texto-cada-servico{
    color: #2a2a2a;
    font-size: 16px;
    line-height: 22px;
}
.engloba-marcas{
    padding: 50px 0;
}
.cada-marcas{
    width: 20%;
    float: left;
    height: auto;
    padding: 0 1.5%;
}
.cada-marcas img{
    width: 100%;
}
.back-contato{
    width: 100%;
    padding: 50px 0;
    background-color: #00acd7;
}
.titulo-contato{
    text-align: center;
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
}
.texto-contato{
    text-align: center;
    font-size: 15px;
    color: #78daf2;
    margin-bottom: 30px;
}
.link-fone{
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 40px;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 250px;
    max-width: 100%;
}
.link-fone i{
    margin-right: 10px;
    background-color: #e65028;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
}
.form-contato{
    width: 660px;
    max-width: 100%;
    margin: 0 auto;
}
.form-contato .cada-input{
    margin-bottom: 15px;
    width: 49%;
    padding: 0;
}
.footer{
    padding: 50px 0;
    background-color: #202020;
}
.direitos{
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}
.lista-menu li{
    margin-left: 10px;
}
.abas{
    text-decoration: none;
    font-size: 13px;
    line-height: 16px;
    color: #686868;
}
.abas:hover{
    color: #fff;
}
.divide{
    width: 100%;
    height: 120px;
    background: url("../img/divide.jpg") no-repeat center bottom;
}

@media (max-width: 1260px) {
    /*
    html{
      width: 1200px;
      overflow-x: scroll !important;
    }
    */
    .lista-servicos li{
        height: 135px;
    }
}
@media (max-width: 992px) {
    .logo{
        margin: 0 auto;    
        padding: 25px 0 70px 0;
    }
    .form-header, .back-form-header{
        width: 100%;
    }
    .form-header{
        top: 115px;
    }
    .cada-input{
        width: 35%;
    }
    .botao-form-header{
        width: 30%;
        text-align: center;
        padding: 0;
    }
    .back-banner{
        background: none;
        background-color: #efefef;
        margin-bottom: 25px;
        height: auto;
        padding: 90px 0 50px 0;
    }
    .info-banner{
        position: relative;
        margin: 0 auto;
        text-align: center;
        width: 500px;
        max-width: 100%;
        top: 0;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(00%);
        -ms-transform: translateY(00%);
        transform: translateY(0%);
    }
    .float-info {
        float: none;
        width: 500px;
        max-width: 100%;
        padding-left: 0;
        padding-top: 180px;
        margin: 0 auto;
        margin-bottom: 70px;
        text-align: center;
    }
    .icon-float-info{
        left: 50%;
        margin-left: -70px;
    }
    .cada-formatos {
        width: 33.33%;
        margin-bottom: 15px;
    }
    .lista-servicos li {
        float: none;
        width: 95%;
    }
    .img-book {
        width: 450px;
        max-width: 100%;
        margin: 0 auto;
        float: none;
    }
    .form-book{
        width: 500px;
        max-width: 100%;
        margin: 0 auto;
        float: none;
        text-align: center;
    }
    .footer{
        padding: 30px 0;
    }
    .direitos{
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }
    .menu{
        width: 100%;
        float: none;
    }
    .lista-menu li{
        display: table;
        margin: 0 auto;
        margin-top: 10px;
        float: none;
    }
    .lista-servicos li{
        height: auto;
    }
}
@media (max-width: 780px) {
    .logo{ 
        padding: 25px 0;
    }
    .form-header{
        position: relative;
        bottom: 0;
        margin-bottom: 30px;
        top: 0;
    }
    .cada-input{
        width: 100%;
        margin-bottom: 15px;
        padding-right: 0;
    }
    .botao-form-header{
        width: 100%;
    }
    .back-banner{
        padding: 50px 0;
    }
}
@media (max-width: 600px) {
    .cada-formatos {
        width: 50%;
    }
    .lista-servicos {
        width: 100%;
    }
    .img-refri {
        display: block;
        width: 50px;
        margin: 0 auto;
        float: none;
    }
    .lista-servicos li {
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 480px) {
    .cada-formatos {
        width: 100%;
    }
    .form-book .cada-input, .form-contato .cada-input{
        float: none;
        margin-bottom: 15px;
        width: 100%;
    }
    .form-book .botao-link-azul{
        margin: 0 auto;
        float: none;
    }
}
