.bg-dark {
    min-width: 100%;
}

.row {
    display: flex;
    justify-content: center;
    text-align: center;
}

.col-md-3{
    border-radius: 100px;
}

.btnRedeRadio {
    display: flex;
    justify-content: space-around;
}

.englobaRadio,
.englobaRedeSocial,
.englobaTabelasDinamicas,
.englobaOpinometro,
.englobaCardapio,
.englobaFilas,
.englobaTemplates {
    width: 15%;
    margin: 0px;
    /* margin: 0 auto; */
}

#selectSolucao {
    width: 180px;
}

#TVS {
    width: 70px;
}

#selectRedeSocial {
    width: 190px;
}


/* #selectRedeSocial select {
    width: 50px;
} */

/* #selectOpinometro {
    width: 140px;
} */

#selectRadios {
    width: 180px;
}


/* .englobaRadio {
    width: 50%;
    float: right;
    margin: 0% auto;
} */

.check {
    text-align: center;
}

.check_label {
    font-size: 17px;
    color: white;
    margin-bottom: 10px;
    margin-top: 5px;
    margin-left: 5px;
}




body {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("img/fundo3.png");
    font-size: 62.5%;
    background-size: 100% 100%;
    height: 100%;
}


/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}


/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(121, 121, 121);
    -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: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


/* .btnTermos {
    position: fixed;
    text-align: center;
    bottom: 20px;
    right: 20px;
    background-color: rgb(39, 39, 39);
} */

.avisoDiamante {
    margin: 34px 0px 34px 0px;
}

.tabelanova {
    width: 90%;
    margin: 2% auto;
}

.divtop {
    width: 100%;
    justify-content: center;
    display: inline-block;
    /* float: left; */
}

.col-md-3 {
    padding: 0;
}

.tabcol1,
.tabcol2,
.tabcol3,
.tabcol4 {
    background: #000000d4 url("img/bgtext.png") no-repeat;
    background-size: 100% 100%;
    border-radius: 20px;
    margin-top: 10px;
    color: #fff;
    margin-bottom: 10px;
}


.tabcol1:hover {
    box-shadow: inset 0px 2px 15px 2px rgba(203, 138, 91, .5);
    filter: brightness(130%);
    transition: all .2s;
}

.tabcol2:hover {
    box-shadow: inset 0px 2px 15px 2px rgba(107, 213, 255, .5);
    filter: brightness(130%);
    transition: all .2s;
}

.tabcol3:hover {
    box-shadow: inset 0px 2px 15px 2px rgba(255, 241, 83, .5);
    filter: brightness(130%);
    transition: all .2s;
}

.tabcol4:hover {
    -webkit-box-shadow: 0px 2px 20px 2px rgba(51, 184, 255, .5);
    -moz-box-shadow: 0px 2px 20px 2px rgba(51, 184, 255, .5);
    box-shadow: inset 0px 2px 20px 2px rgba(51, 184, 255, .5);
    filter: brightness(130%);
    transition: all .2s;
}

.linhatitulo1,
.linhatitulo2,
.linhatitulo3,
.linhatitulo4  {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 30px;
    width: 100%;
    text-align: center;
    border-radius: 20px 20px 7px 7px;
    box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.73);
    text-shadow: -1px 0 rgba(0, 0, 0, 0.52), 0 3px rgba(0, 0, 0, 0.3), 0px 0 rgba(0, 0, 0, 0.58), 0 -1px rgba(255, 255, 255, 0.17);
}

.linhatitulo1 {
    color: #e1a26c;
    background: url("img/bgtitle.png") no-repeat;
    background-size: 100% 100%;
}

.linhatitulo2 {
    color: #b7e8ff;
    background: url("img/bgtitle2.png") no-repeat;
    background-size: 100% 100%;
}

.linhatitulo3 {
    color: #ffd46c;
    background: url("img/bgtitle3.png") no-repeat;
    background-size: 100% 100%;
}

.linhatitulo4 {
    /* color: #ffd46c; */
    background: url("img/bgtitledestaque.png") no-repeat;
    background-size: 100% 100%;
}


.linhapreco {
    /* height: 35%; */
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
    font-size: 17px;
}

.linhadescricao {
    font-family: sans-serif;
    padding-top: 2%;
    padding-bottom: 4%;
    text-align: center;
    background: url("img/bgline2.png") no-repeat;
    background-size: 100%;
}

.linhadescricao a {
    color: #797979;
}

.linhavermais {
    height: 60px;
    font-family: sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background: #000000a3;
    background-size: 100% 100%;
}

.linhavermais button {
    cursor: pointer;
    color: #fff;
    background: none;
    font-size: 20px;
    border: none;
    width: 100%;
    height: 100%;
    font-weight: 600;
}

select {
    font-size: 20px;
    background: #fff;
    width: 100%;
    border-radius: 20px;
}


#selectPeriodo {
    width: 100%;
}

#selectFilas,
#selectTemplates,
#qtd_rede_social,
#selectValueRadio
 {
    width: 95%;
    font-size: small;
    margin-bottom: 8px;
}

.select {
    margin: 2px;
    width: 10%;
    height: 46%;
    justify-content: center;
    position: relative;
    top: 0px;
    float: left;
    font-size: 20px;
    color: #fcfcfc;
    font-family: sans-serif;
    background-color: rgb(39, 39, 39);
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    border: solid gray 1px;
    background-size: 100% 100%;
    font-weight: 600;
}

#inputQuantidade,
#inputQuantidadeTD,
#inputQuantidadeOpinometro,
#inputQuantidadeCardapio,
#selectValueFilas,
#inputQuantidadeTemplates
 {
    /* height: 26px; */
    border-radius: 10px;
    margin-bottom: 8px;
    width: 95%;
}


/* #inputQuantidadeTemplates {
    height: 26px;
    width: 100%;
} */

.select1:hover {
    -webkit-box-shadow: 0px 2px 10px 2px rgba(104, 203, 252, 1);
    -moz-box-shadow: 0px 2px 10px 2px rgba(104, 203, 252, 1);
    box-shadow: 0px 2px 10px 2px rgba(104, 203, 252, 1);
    filter: brightness(120%);
}

.select2:hover {
    -webkit-box-shadow: 0px 2px 10px 2px rgba(104, 203, 252, 1);
    -moz-box-shadow: 0px 2px 10px 2px rgba(104, 203, 252, 1);
    box-shadow: 0px 2px 10px 2px rgba(104, 203, 252, 1);
    filter: brightness(120%);
}

.select1titulo {
    position: relative;
    top: -7px;
    margin-left: 11px;
    margin-right: 11px;
    border-radius: 7px;
}

.select2titulo {
    position: relative;
    top: -7px;
    border-radius: 7px;
}

.select3titulo {
    position: relative;
    top: -7px;
    border-radius: 7px;
}

.precoantigo {
    margin-bottom: -4%;
    font-size: 12px;
    color: #9E9E9E;
}

.quantidadeVideos {
    font-size: 38px;
}

.quantidadeFotos {
    font-size: 38px;
}

.precoatual {
    width: 100%;
    text-align: center;
    font-family: sans-serif;
    font-size: 12px;
    color: #cdcdcd;
}

.precoatualano {
    color: #ffffff;
    margin-top: 2%;
    width: 100%;
    font-size: 14px;
}

.precoMesAnual {
    margin-top: 5%;
    font-size: 40px;
    font-weight: bold;
}

.ano_mes {
    text-align: left;
    float: left;
}

#precoPlayer {
    color: #e2ff00;
}

.trafegoEspaco {
    padding: 10px 0px;
    box-shadow: 0 0 102px 1px yellow inset;
}

.etiquetaMensalNenhum,
.etiqueta {
    font-family: sans-serif;
    background: url("img/etiqueta.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin: 0px auto;
    font-size: 42px;
    color: #fff;
    padding-top: 10%;
    background-position: center;
    width: 150px;
    padding-bottom: 20px;
}

.verparcelas {
    font-size: 12px;
    margin-top: 8px;
}

.verparcelasplayer {
    font-size: 12px;
    color: #fff;
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

.modalDialog>div {
    overflow: auto;
    width: 550px;
    max-height: 600px;
    position: relative;
    margin: 3% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    color: #000;
}

.modalDialog>div img {
    max-width: 400px;
    margin-bottom: 4%;
    margin-left: 10%;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #909090;
    text-align: left;
    padding: 8px;
    filter: none;
}

td:hover,
th:hover,
table:hover {
    filter: none;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

a {
    color: #bebebe;
}

.botaotermos {
    display: block;
    width: 300px;
    height: 30px;
    margin: 1% auto;
    padding-top: 10px;
    background: url(img/bglinhavermais.png) no-repeat;
    background-size: 100% 100%;
}

.botaotermos input {
    cursor: pointer;
    color: #fff;
    background: none;
    font-size: 15px;
    border: none;
    width: 100%;
    height: 100%;
}

strike {
    color: #7b7b7b;
}

h1 {
    font-size: 40px;
    color: white;
    font-family: arial;
}

.bg-dark {
    background-color: #00000073  !important;
}

.btn-primary{
    background-color: #5f3dc4 !important;
    border-color: #5f3dc4 !important;
}

.title,
.title2 {
    /* background: url("img/bglinhavermais.png") no-repeat;
*/
    /* background-size: cover;
*/
    width: 100%;
    text-align: center;
    color: white;
    font-family: sans-serif;
    margin-bottom: auto;
    padding: 8px;
}

.title {
    background: #29a082;
}

.title2 {
    margin-top: 40px;
    background: #8442ae;
}

.bg-primary {
    background-color: #F44336 !important;
}

.destaque-ilimitado {
    background: #fff;
    color: #000;
    width: 50%;
    margin: 0 auto;
    font-size: 18px;
    border-radius: 14px;
    margin-bottom: -20px;
}

.destaque {
    font-size: 22px;
    font-weight: 600;
}

.modal-content {
    width: auto !important;
}

.saiba-mais {
    margin: 0 auto;
    text-align: center;
    color: #9E9E9E;
    cursor: help;
}

.riscado {
    text-decoration: line-through;
    color: #9E9E9E;
    font-size: 12px;
}

.receptor {
    width: 45px;
    margin-right: 10px;
}

.controle {
    width: 25px;
    margin-right: 10px;
}

.notebook {
    width: 50px;
    margin-right: 10px;
}

.textotrafego {
    font-size: 22px;
    font-weight: 600;
}

.textoespaco {
    font-size: 22px;
    font-weight: 600;
}

.linhatrafego,
.linhaespaco {
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-rss img {
    width: 100%;
    max-width: 90%;
    filter: grayscale(1);
}

.img-rss:hover img {
    filter: grayscale(0);
}

.modal-content {
    width: auto !important;
}

.duration {
    animation-duration: 4s;
}

.brilho {
    box-shadow: 0 0 12px 4px #FEFF00;
}

.brilhoRoxo {
    box-shadow: 0 0 12px 4px #6030f0;
}

.brilho-branco {
    box-shadow: inset 0 0 12px 4px white;
}

.oculto {
    opacity: 90%;
}

.ofuscar {
    filter: grayscale(1) brightness(30%) !important;
}

.totalPagar {
    font-size: 17px;
    color: #e2ff00;
    font-weight: bold;
}

.linhavalor {
    margin-top: -3%;
}

.slider {
    background-color: #9c9c12;
}

input:checked+.slider {
    background-color: #9c9c12;
}

.divChecks{
    margin-top: 10px;
}

.col-md-2,
.col-md-1{
    padding: 0;
    background-color: #9775fa;
    border-radius: 20px;
    margin:5px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-top: 5px;
}

.check_label{
    font-weight: 600;
    font-size: 15px;
}

span img{
    width: 15px;
}

.iconAviso{
    position: absolute;
    top: 5px;
    right: 10px;
}

.termos{
    position: absolute;
    top: 0;
    right: 0;
}

.bg-primary,
.btn-purple{
    background-color: #5f3dc4 !important;
    border-color: #5f3dc4 !important;
    color: white;
}