.backgroundImg{
    background: url('../images/bg.jpg') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.height-100p{ height: 100%; }
.bg-fi{ background: #f49c28; }
.bg-bordo{ background: #9c254d; }
.bg-bordo-alpha {background: transparent; }
.bgHover-bordo:hover{background: rgb(140, 37, 70);  }
.bgHover-bordo-none:hover{background: transparent;  }
.txtHover-bordo-none:hover{color: #9c254d;  }
.cursorPointer{cursor: pointer !important; }
.text-bordo{ color: #9c254d; }
.inputInvalido{
    color: red !important;
    font-size: 0.8em;
}
.span-bva{
    color: #666;
    font-size: 0.8em;
}
.txt-cinza{ color:#666; }
.txt-cinza-escuro{ color:#665959; }
.txt-white{color:#fff; }
.txt-bordo{color: #9e274d}
.txt-bordo2{color: #cb2456}
.txt-turquesa{color: #005966}
.txt-rosa{color: #ec8376}
.txt-blue{ color: #26a8e0 !important; }
.txt-yellow{ color: rgb(252, 206, 0); }
.txt-yellow2{ color: #f8b427; }
.escondeDiv{display: none;}
.color-1{ color: #c6eaff; }
.color-2{color: #ffb5a1; }
.color-3{ color: #dbffce;}
.ocultaRespostaAutomatica{display: none;}
.exibeVazio,.exibeRespostaAutomatica{ display: table;width: 100%; }
.fontSize1-1{font-size: 1.1em;}
.fontSize07{font-size: 0.7em;}
.section-container{
    width:100%;
    height: 95%;
    display: table;
}
div.titulo {
    height: 3px;
    background-color: #C4C4C4;
    text-align: right;
}
div.titulo span {
    background-color: white;
    position: relative;
    top: -0.7em;
    padding: 0 10px;
}
.section-footer{
    width:100%;
    height: 5%;
    display: table;
}
.cx-chk{
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
}
.resize-none{ resize: none; }
.pt-6{ padding-top: 25vh !important; }
.font-size-1{ font-size: 2.5em;  }
/*------------ checkbox ------------------*/
.lbl-chk {
    width: 100%;
    display: inline-block;
    cursor: pointer;
    color: #666;
    position: relative;
    padding: 5px 15px 5px 15px;
    font-size: 1.1em;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 0px;
    background: #eaeaea;
}
.lbl-chk:hover { background: rgba(0, 123, 255, 0.1); }
.lbl-chk:before {
    content: "";
    display: none;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 15px;
    margin-top: 5px;
    border-radius: 50%;
    background: none;
    border: 3px solid #007bff; /*borda do checkbox*/
}
.cx-chk .lbl-chk:before { border-radius: 3px; }
.cx-chk input[type="checkbox"] { display: none; }
.cx-chk input[type="checkbox"]:checked + .lbl-chk:before { display: none;  }
.cx-chk input[type="checkbox"]:checked + .lbl-chk {
    background: #007bff; /*cor de fundo ao selecionar*/
    color: #fff;
    padding: 5px 15px;
}
.close-icon {
    display:block;
    box-sizing:border-box;
    width:auto;
    position: relative;
    top:90%;
    float: right;
    border-radius:100%;
    padding: 2px 4px;
    font-size: 0.7em;
    color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
}
.close-icon:hover{  color: #fff; text-decoration: none; }
.tbHover tr:hover{ background: #eaeaea; }
.center-banner{  width: 200px; }
.btn-newBanner{
    padding: 3px 7px;
    border-radius: 3px;
    margin-left: 10px;
}
.breadcrumb-item + .breadcrumb-item::before {  color: #9c254d !important;  }
.table-input{
    width: 100%;
    background: #eaeaea;
    border: #eaeaea;
    color: #666;
}
.form-control:focus {
    color: #9c254d;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(156, 37, 77, 0.25);
}
.iconColor-1 { color: rgba(156, 37, 77, 0.71); }
.iconColor-2 { color: rgba(156, 37, 77, 0.81); }
.iconColor-3 { color: rgba(156, 37, 77, 0.9); }
.iconColor-4 { color: #9c254d; }
.iconColor-1:hover,.iconColor-2:hover,
.iconColor-3:hover,.iconColor-4:hover { text-decoration: none; color: #9c254d; }
.custom-file-label::after {
    content: "Selecionar";
}
.removerDoc{
    position: absolute;
    top:0;
    right: 38%;
    color:red;
    cursor: pointer;
}
.removerDoc:hover{
    color: #d10000;
}
.nomeDoc{
    font-size: 0.9em;
    color: #9c254d;
    font-weight: bold;
}
.iconDoc{
    width: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.yt-video{
    width: 100%;
    height:300px;
    max-height: 300px;
}
.cxOculta{
    display: none;
    width: 100%;
    height: auto;
}
.cxEmbed,.cxUpload{
    width: 100%;
    display: table;
    clear: both;
}
/*------- toggle button ------*/
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #9c254d;
}

input:focus + .slider {
    box-shadow: 0 0 1px #9c254d;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}