/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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;
}

/* 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, select, textarea{outline: none;}

b{
    font-weight:bold;
}

/**/
@font-face {
    font-family: 'OpenSansRegular';
    src: url('OpenSans-Regular-webfont.eot');
    src: url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('OpenSans-Regular-webfont.woff') format('woff'),
    url('OpenSans-Regular-webfont.ttf') format('truetype'),
    url('OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*{
    font-family: 'OpenSansRegular';
}
body {
    font-family: 'OpenSansRegular';
    color: #6E6D6D;
}

/**/
.titulos h3 {
    font-size: 2em;
}

/* Estilos das opcoes de dias da semana*/
#inputDepoimentos {
    width: 100%;
    margin-top: 7px;
}

input[type="radio"] {
    cursor: pointer;
}

.lbPointer {
    cursor: pointer;
}

.cbSemanas{
    margin-top: 14px;
}

.cbSemanas .icheckbox{
    display: none;
}

.cbSemanas label{
    margin-right: -1px;
}

.cbSemanas label:hover{
    background-color: #73716E !important;
    border: 1px solid #73716E !important;
    color: #fff;
}

.cbSemanas #cbFuncSegunda, 
.cbSemanas #cbFuncTerca, 
.cbSemanas #cbFuncQuarta, 
.cbSemanas #cbFuncQuinta, 
.cbSemanas #cbFuncSexta, 
.cbSemanas #cbFuncSabado, 
.cbSemanas #cbFuncDomingo {
    display: none;
}

.cbSemanas #cbFuncSegunda + .cbSemanas #lbFuncSegunda,
.cbSemanas #cbFuncTerca + .cbSemanas #lbFuncTerca,
.cbSemanas #cbFuncQuarta + .cbSemanas #lbFuncQuarta,
.cbSemanas #cbFuncQuinta  + .cbSemanas #lbFuncQuinta,
.cbSemanas #cbFuncSexta + .cbSemanas #lbFuncSexta,
.cbSemanas #cbFuncSabado + .cbSemanas #lbFuncSabado,
.cbSemanas #cbFuncDomingo + .cbSemanas #lbFuncDomingo {
    padding-left:25px;
    height: 20px;
    display:inline-block;
    line-height: 20px;
    background-repeat:no-repeat;
    background-position: 0 0;
    vertical-align:middle;
}

.cbSemanas #cbFuncSegunda:checked + #lbFuncSegunda,
.cbSemanas #cbFuncTerca:checked + #lbFuncTerca,
.cbSemanas #cbFuncQuarta:checked + #lbFuncQuarta,
.cbSemanas #cbFuncQuinta:checked + #lbFuncQuinta,
.cbSemanas #cbFuncSexta:checked + #lbFuncSexta,
.cbSemanas #cbFuncSabado:checked + #lbFuncSabado,
.cbSemanas #cbFuncDomingo:checked + #lbFuncDomingo{
    background-color: #73716E;
    border: 1px solid #73716E;
    color: #fff;
}

.cbSemanas #lbFuncSegunda,
.cbSemanas #lbFuncTerca,
.cbSemanas #lbFuncQuarta,
.cbSemanas #lbFuncQuinta,
.cbSemanas #lbFuncSexta,
.cbSemanas #lbFuncSabado,
.cbSemanas #lbFuncDomingo {
    background-color: #fff;
    margin-left: 2px;
    padding: 5px 11px 5px 11px;
    line-height: 20px;
    border-radius: 7px;
    border: 1px solid #BBB;
    cursor: pointer;
    transition: background-color 0.3s;
}



.slHorariosFunc > select {
    height: 28px;
    width: 78px;
    margin-right: 10px;
    padding-left: 7px;
    border-radius: 4px;
}

.ondeClientes > select {
    height: 28px;
    width: 272px;
    margin-top: 4px;
    margin-right: 10px;
    padding-left: 7px;
    border-radius: 4px;
}

/* Estilos do CPF e CNPJ */
#cpfCnpj{
    font-size: 19px;
}
.rbCPFCNPJ{
    margin-bottom: 11px;
}
.rbCPFCNPJ label {
    /* margin-right: -4px; */
}
.rbCPFCNPJ label:hover {}

.rbCPFCNPJ #cpf {
    display: none;
}
.rbCPFCNPJ #cpf + .rbCPFCNPJ #lbCPF {
    padding-left: 25px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
}
.rbCPFCNPJ #cpf:checked + #lbCPF {
    background-color: #D6D6D6;
}
.rbCPFCNPJ #lbCPF {
    /* background-color: #fff; */
    margin-left: 2px;
    margin-right: 14px;
    /* padding: 3px 9px 3px 9px; */
    /* line-height: 20px; */
    /* border-radius: 4px; */
    /* border: 1px solid #BBB; */
    cursor: pointer;
    /* transition: background-color 0.3s; */
}

.rbCPFCNPJ #cnpj {
    display: none;
}
.rbCPFCNPJ #cnpj + .rbCPFCNPJ #lbCNPJ {
    padding-left: 25px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
}
.rbCPFCNPJ #cnpj:checked + #lbCNPJ {
    background-color: #D6D6D6;
}
.rbCPFCNPJ #lbCNPJ {
    /* background-color: #fff; */
    margin-left: 0px;
    margin-right: 12px;
    /* padding: 3px 9px 3px 9px; */
    /* line-height: 20px; */
    /* border-radius: 4px; */
    /* border: 1px solid #BBB; */
    cursor: pointer;
    /* transition: background-color 0.3s; */
}

/**/
#opcDepo2 {
    display: none;
}

/* Estilo da pagina */
.fundo {
    /* width: 950px; */ 
}
.fundo .titulos {
    clear: both;
    position: relative;
    padding-top: 30px;
}
.fundo .conteudo {
    margin-left: 15px;
}
.fundo .conteudo .caixas {
    float: left;
    padding-bottom: 10px;
    height: auto;
    min-height: 140px;
    margin-bottom: 4px;
    margin-right: 4px;
    position: relative;
    word-break: break-word;
    display: flex;
    flex-direction: column;
}
.fundo .conteudo .mini {
    /* background-color: #94FFCD; */
    width: 276px;
    min-height: 0px;
    padding-right: 20px;
}
.fundo .conteudo .pequenas {
    /* background-color: #DCDCDC; */
    width: 276px;
    padding-right: 20px;
}
.fundo .conteudo .media {
}
.fundo .conteudo .grande {
    /* background-color: #DCDCDC; */
    padding-right: 20px;
}
.fundo .conteudo .caixas .label {
    margin-top: 8px;
    margin-bottom: 6px;
}
.fundo .conteudo .caixas .label label {
    font-size: 0.9em;
}
.fundo .conteudo .caixas .inputs {
    /* background-color: #FFC580; */
    /* fit parent width */
    box-sizing: border-box;
    /* height: 78px; */
}
.fundo .conteudo .caixas .inputs .inputOndeClientesSLCT{
    width: 105%;
}

.fundo .conteudo .caixas .inputs textarea {
    padding-top: 5px;
}
.fundo .conteudo .caixas .inputs input[type="text"],
.fundo .conteudo .caixas .inputs input[type="email"],
.fundo .conteudo .caixas .inputs input[type="tel"] {
    width: 100%;
    height: 26px;
    padding-left: 9px;
}
.fundo .conteudo .caixas .inputs input[type="text"],
.fundo .conteudo .caixas .inputs input[type="email"],
.fundo .conteudo .caixas .inputs input[type="tel"],
.fundo .conteudo .caixas .inputs textarea {
    border: 2px solid #ADADAD;
    border-radius: 7px;
    padding-left: 9px;
    transition: box-shadow 0.3s ease-out;
}
.fundo .conteudo .caixas .inputs input[type="text"]:hover,
.fundo .conteudo .caixas .inputs input[type="email"]:hover,
.fundo .conteudo .caixas .inputs input[type="tel"]:hover,
.fundo .conteudo .caixas .inputs textarea:hover {
    box-shadow: inset 3px 3px 10px -4px rgba(0, 0, 0, 0.56);
}
.fundo .conteudo .caixas .inputs input[type="text"]:focus,
.fundo .conteudo .caixas .inputs input[type="email"]:focus,
.fundo .conteudo .caixas .inputs input[type="tel"]:focus,
.fundo .conteudo .caixas .inputs textarea:focus {
    box-shadow: inset 3px 3px 10px -4px rgba(0, 0, 0, 0.56);
}
.fundo .conteudo .caixas .inputs textarea {
    width: 100%;
    max-width: 100%;
     /* fit parent width */
    height: 96px;
}
.fundo .conteudo .caixas .inputs select {
    height: 30px;
    margin-bottom: 6px;
    border-radius: 4px;
    border: 2px solid #ADADAD;
}

.fundo .conteudo .caixas .inputs .inputWhatsApp,
.fundo .conteudo .caixas .inputs .inputObjetivo,
.fundo .conteudo .caixas .inputs .inputPositivosNegativos,
.fundo .conteudo .caixas .inputs .inputFinal,
.fundo .conteudo .caixas .inputs .inputInformacoes,
.fundo .conteudo .caixas .inputs .inputDifConcorrentes {
    height: 80px;
}

.fundo .conteudo .caixas .inputs .inputServicoPrincipal,
.fundo .conteudo .caixas .inputs .inputHabitos {
    height: 64px;
}

.fundo .conteudo .caixas .inputs .inputOndeClientes {
    height: 61px;
}

.fundo .conteudo .caixas .inputs .radio {
    width: 70px;
    height: auto;
    margin-bottom: 6px;
    float: left;
}

.subTextoClear{
    clear: both;
}

.subTextoClear input{
    margin-top: 6px;
}

.icheckbox_square-grey,
.iradio_square-grey{
    margin-right: 8px !important;
    vertical-align: sub !important;
}

#seSim{
    margin-top: 4px;
}
.lbSolicitarDepoimentos{
    line-height: 27px;
}

.fundo input[type="submit"]{
    background-color: #30AF20;
    border: none;
    border-radius: 6px;
    padding: 10px 0px 10px 0px;
    font-size: 24px;
    color: #fff;
    text-shadow: 1px 1px 4px rgba(66, 66, 66, 0.6);
    cursor: pointer;
    transition: background-color 0.5s ease-out;
}
.fundo input[type="submit"]:hover{
    background-color: #26751C;
}

@media (min-width: 350px) {
    .fundo .conteudo .grande {
        width: 276px;
    }
    .fundo input[type="submit"]{
        width: 320px;
    }
}

@media (min-width: 650px) {
    .fundo .conteudo .grande {
        width: 576px;
    }
    .fundo input[type="submit"]{
        width: 620px;
    }
}

@media (min-width: 950px) {
    .fundo .conteudo .grande {
        width: 876px;
    }
    .fundo input[type="submit"]{
        width: 920px;
    }
}


/*
 * jquery-filestyle
 * doc: http://markusslima.github.io/jquery-filestyle/
 * github: https://github.com/markusslima/jquery-filestyle
 *
 * Copyright (c) 2015 Markus Vinicius da Silva Lima
 * Version 1.5.1
 * Licensed under the MIT license.
 */
.jfilestyle {
    display: inline-block;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    position: relative;
    border-collapse: separate;
}

div.jfilestyle label, div.jfilestyle input {
    font-family: sans-serif;
}

div.jfilestyle input {
    border: 1px solid #c0c0c0;
    background: #d9d9d9;
    margin: 0px -5px 0px 0px;
    vertical-align: middle;
    padding: 7px 14px;
    font-size: 14px;
    border-radius: 4px;
    color: #8d8d8d;
    cursor: default;
    line-height: normal;
}

div.jfilestyle label {
    display: inline-block;
    border: 2px solid rgb(173, 173, 173);
    background-color: rgba(75, 75, 89, 0.6);
    padding: 10px 8px;
    color: #FCFDFF;
    vertical-align: middle;
    line-height: normal;
    text-align: center;
    margin: 0px;
    font-size: 14px;
    width: 260px;
    border-radius: 9px;
    font-weight: normal;
    /* margin-top: -30px; */
    /* margin-left: -4px; */
    margin-bottom: -10px;
}

div.jfilestyle.jfilestyle-corner input:first-child {
    border-right: 0;
}

div.jfilestyle.jfilestyle-corner input:last-child {
    border-left: 0;
}

div.jfilestyle.jfilestyle-corner input:first-child,
div.jfilestyle.jfilestyle-corner span:first-child>label {
    border-radius: 4px 0 0 4px; 
}

div.jfilestyle.jfilestyle-corner input:last-child,
div.jfilestyle.jfilestyle-corner span:last-child>label {
    border-radius: 0 4px 4px 0; 
}

div.jfilestyle label[disabled] {
    pointer-events: none;
    opacity: 0.6;
    filter: alpha(opacity=65);
    cursor: not-allowed;
}

div.jfilestyle label:hover {
    cursor: pointer;
    opacity: 0.9;
}

div.jfilestyle .count-jfilestyle {
    background: #FFC107;
    color: #000000;
    border-radius: 20px;
    padding: 2px 6px;
    font-size: 16px;
    vertical-align: middle;
    box-shadow: 2px 2px 10px -1px #333;
    margin-left: 6px;
}