@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
body{
	font-family: 'Roboto', sans-serif;
	font-size:1rem;
	background:linear-gradient(135deg, #387621, black) fixed;
}

*{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	padding:0;
	margin:0;
}
a{text-decoration:none}

/*scroolbar*/
::-webkit-scrollbar { width: 6px;height:6px;}
::-webkit-scrollbar-thumb {background:#2f6b32}
::-webkit-scrollbar-track {background:#000}
.home .h1{
    text-align: center;
    padding: 1rem;
    padding-top: 1rem;
    border-bottom: solid 1px;
    margin-bottom: 1rem;
    color: #214e37;
    font-size: 2rem!important;
}
.home .tt {
    text-align: center;
    color: #214e37;
    font-size: 1.2rem !important;
    display: block;
    margin-bottom: 2rem;
}
.home .homeIcons{
    text-align: center;    padding-top: 1rem;
}
.home .homeIcons .caixa {
    border-radius: 9px;
    padding: 25px 10px;
    border: solid 1px #214e37;
    transition: all .4s linear;
    width: 100%;
}
.home .homeIcons .mobmenu-home {
    display: block;
    gap:10px;
    align-items: center;
    font-size: 1.3rem;
    color: #ffffff;
    left: 13px;
    margin-top: 13px;
    position: inherit;
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    padding: 0;
}
.home .homeIcons .mobmenu-home i{
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background: #54c12c;
    border-radius: 50px;
    font-size: 2.8rem;
    display: grid;
    align-items: center;
    box-shadow: 0 6px 5px 0 #00000038;
}
.home .homeIcons .mobmenu-home span{
    display:block;
    padding-top:1rem;
    color: #214e37;
    font-weight: 700;
	font-size: 1rem;
    text-transform: uppercase;
}

@media (max-width:991px){
.icouser {
    display: none!important;
}
.imgs{padding:3rem}
}
@media (max-width:768px){
    .home .h1 { padding-top: 1rem;     font-size: 2.1rem!important;  }
    .home .homeIcons {  padding-top: 0rem;}
    .home .homeIcons .mobmenu i {   width: 80px;    height: 80px; }
}
@media (max-width: 600px){
.home .h1 {
    font-size: 1.5rem!important;
}
.imgs{padding:0 3rem}
}

/*mensagens de alerta
.msg{
	position: relative;
    padding: .8rem 1.25rem;
    padding-right:1.6rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
	    display: inline-block;
}
.msg a{
	text-decoration:none
}
.msg.msg-vermelho a{
    color:#a54242;
}
.msg.msg-verde a{
    color:#2e634d;
}
.msg.msg-amarelo a{
    color:#c77226;
}
.msg.msg-azul a{
    color:#206a98;
}
.msg ul,
.msg ol
{
	padding-left:1.8rem;
	padding-top:.8rem;
    border-top:solid 1px #68a3ca;
    margin-top: .5rem;
}
.msg ul li,
.msg ol li
{
	line-height:1.8rem;
	font-size:.9rem
}
.msg.position-fixed{
	z-index:2;
}
.msg.position-fixed.right{
	right:10px;
}
.msg.position-fixed.left{
	left:10px;
}
.msg.position-fixed.bottom{
	bottom:10px;
}
.msg.position-fixed.top{
	top:10px;
}

.msg.msg-verde{
	background: #a2d6ae;
    border-color: #689a74;
    color: #2e634d;
}
.msg.msg-vermelho{
	background: #e28585;
    border-color: #e05c5c;
    color: #942828;
}
.msg.msg-amarelo{
    background: #f5f0aa;
    border-color: #f1cd79;
    color: #c77226;
}
.msg.msg-azul {
    background: #a7d4f1;
    border-color: #5c9ec7;
    color: #206a98;
}
.msg a.sair{ position: absolute; top: 1px; right: 8px; font-weight: 600;}
*/

.conteudo-fluido{
	width:100%;
	padding-left:15px;
	padding-right:15px;
	margin-right:auto;
	margin-left:auto;
}

.galeria{padding:1.8rem 1rem 0 1rem; background: #f0f1f3;}
.galeria .card{position:relative;width:100%;margin-bottom:1.8rem;box-shadow: 0 0 10px 0 #b5b8c3ab;border: 1px solid #30395936;}
.galeria .card .card-stretch{padding:0;overflow:hidden}
.galeria .card .card-stretch img{height:174px;display:block;margin:0 auto}
.galeria .card .text-info{display: block;text-align: center;border-top: solid 1px #ddd;padding: 10px; font-weight: 600; font-size: .8rem; text-transform: uppercase; color: #303959;}
.galeria .card .btn-circulo{position:absolute;top: 5px;right: 5px;width: 35px; height: 35px; font-size: 3.4rem;font-size: 1.2rem;box-shadow: -2px 7px 6px 0 #0000006b;}


/*mensagens de status*/
.status{
	position: relative;
    padding: .3rem .4rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
	text-transform: capitalize;
}
.status.status-verde{
	background: #a2d6ae;
    border-color: #689a74;
    color: #2e634d;
}
.status.status-vermelho{
	background: #e28585;
    border-color: #e05c5c;
    color: #942828;
}
.status.status-amarelo{
   background: #fcf489;
    border-color: #cfac5c;
    color: #9f5513;
}
.status.status-azul {
    background: #a7d4f1;
    border-color: #5c9ec7;
    color: #206a98;
}
.status.status-roxo {
    background: #c597dd;
    border-color: #9d66ba;
    color: #5a2f70;
}
.status.status-neutro {
    background: #b6c0c7;
    border-color: #8a9fad;
    color: #f4f7f9;
}
.qtd{background: #ffb355;
    color: #fff;
    padding: 0.1rem;
    border-radius: 2px;}

*,::after,::before{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}

.topo {
    padding: 0;
    /*box-shadow: 0 0 5px 0 #00000040;*/
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
	background:#000;
	z-index: 1;
	height: 63px;
}
.topo .conteudo{
	max-width:80%;
	display:flex;
	justify-content:space-between;
	margin:0 auto
}
.topo .logo{
	width: 317px;
    margin-top: 6px;
    margin-bottom: 0;
    margin-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
}

.menu-topo{
	display: none;
    position: absolute;
    right: 0;
    background: #42b2ff;
    top: 51px;
}
.menu-topo li{
	display:block;
	    color: rgba(0,0,0,.5);
		padding: .53rem .8rem;
}
.menu-topo li>a{
	    color: #fff;
}
.img-user{
	width:28px;
	height:28px;
	border-radius:50px;
	margin-right:5px;
	overflow:hidden;
	display:inline-block;
	position: relative;
		top: 6px;	
	    color: #fff;
	border: solid 1px #251a0e;
    background: #54c12c;
}
.menu-topo span{ color: #fff!important;}
.menu-topo .sub ul{
	width: 174px;
	right:13px;
	position:absolute;
	background: #ffffff;
    border: solid 1px #424251;
	border-radius:5px;
	/*display:none;*/
	opacity:0;
	transition:all .5s linear;
	margin-top:11px;
	z-index:1;
    box-shadow: 0 0 5px 0 #00000047;
	visibility:hidden;
}
.menu-topo .sub:hover ul
{
	opacity:1;
	transition:all .5s linear;
	margin-top:0px;
	visibility:visible
}
.menu-topo .sub ul li a
{
	    color: #42b2ff;
    padding: 10px;
    display: block;
}
.menu-topo .sub:before
{
	    position: absolute;
    border: solid 6px transparent;
    border-top: solid 6px #fff;
    content: "";
    right: 20px;
    top: 23px;
    border-radius: 3px;
}

/*menu retratil*/

/*
#principal {
    width: 225px;
    left: -225px;
}
#menuRetrair:checked ~ #principal{transform: translateX(225px)}
*/
.menuprincipal{
	height:100%;
    position: fixed;
    top: 63px;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    margin-top: 0;
    height: calc(100vh - 63px)!important;
    background: #efedf7;
    z-index: 2;
    transition: all .4s;
    box-shadow: 0px 4px 6px 0 #00000040, inset -49px 0 0 0px #1e1e1fcf;
    -moz-box-shadow: 0px 4px 6px 0 #00000040, inset -49px 0 0 0px #1e1e1fcf;
    -o-box-shadow: 0px 4px 6px 0 #00000040, inset -49px 0 0 0px #1e1e1fcf;
    padding-top: 3rem;
    width: 218px;
}

#menu_empresa,
#menu_financeiro,
#menu_estoque,
#menu_compras,
#menu_producao,
#menu_venda,
#menu_pedido,
#menu_CTE,
#menu_MDFE,
#menu_loja,
#menu_delivery,
#menu_cadastro
{
	width: 177px;
    left: -192px;
}

#menu_empresa:target,
#menu_financeiro:target,
#menu_estoque:target,
#menu_compras:target,
#menu_producao:target,
#menu_venda:target,
#menu_pedido:target,
#menu_CTE:target,
#menu_MDFE:target,
#menu_loja:target,
#menu_delivery:target,
#menu_cadastro:target
{
	transform:translateX(185px);
	box-shadow: 0 0px 4px 2px rgb(0 0 0 / 12%);
	background:#efedf7
}

/*col-3 menu-lateral*/
.menu-lateral{
	display:none;
}
.col-3.menu-lateral
{
	width:251px;
	background:#813c49;
	height: calc(100vh - 51px);
	position: fixed;
    top: 0px;
    left: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    flex-direction: column;
    margin-top: 51px;
	padding:0;
	z-index:1;
	display:none;
}
.col-3.menu-lateral .tt{
	color: #f3d7d3!important;
    background: #00000075;
	padding:.8rem 1rem;
	text-transform:uppercase;
	font-weight:400;
	font-size:.88rem
}

.col-3.menu-lateral h3{
	display:block;
	padding: .85rem 1rem;
	color: #f3d7d3;
	font-weight:400;
	font-size:.95rem;
	text-transform:uppercase;
	border-bottom: solid 1px #dddddd2b; 
	position:relative;
	cursor:pointer
}
.col-3.menu-lateral h3:focus{
	outline:none;
	background:#f17b6a
}
.col-3.menu-lateral h3:before{
	content:""; 
	position:absolute;
	border:solid 5px transparent;
	border-top:solid 5px #919191;
	right:18px;
	top:18px;
	border-radius:3px;
}
/*.col-3.menu-lateral ul,
.col.menu-lateral ul{
	height:auto!important;
	transition:all .3s linear
}
.col-3.menu-lateral ul>li,
.col.menu-lateral ul>li{
	display:block;
	padding-left:20px;
	background:#00000026;
	border-bottom: solid 1px #dddddd2b; 
}*/
.col-3.menu-lateral ul>li>a,
.col.menu-lateral ul>li>a{
	display:block;
	padding: .85rem 1rem;
	color: #1d1d1d;
    text-transform: uppercase;
    font-size: .83rem;
}
/**/
.col-3.menu-lateral ul.alt>li{
	padding-left:0;
	background:none;
}
.col-3.menu-lateral ul small{
	color:#fff;
	display:block;
	padding: .85rem 1rem;
	border-bottom: solid 1px #dddddd2b;
	text-transform:uppercase;
}

/**/
.icones {
	text-align:left;
}
.icones li .toltipe{
	border: solid 1px #ddd;
    border-radius: 3px;
    padding: 0.3rem;
    background: #fff;
    color: #000;
    width: 45px;
    display: inline-block;
    box-shadow: 0 0 4px 0 #444;
	display:block;
	position:absolute;
	font-size: .75rem;
	right:-20px
	}
.icones.voltar {
	position: relative;
    width: 81px;
    margin: 0 auto;
    height: 73px;
    top: -24px;
}
.icones.voltar .fa-fw{
	position:absolute;
	right:-4px;
	bottom:0px;
}
.icones a{
	padding: 1rem 0.5rem!important;
    position: relative;
    padding-left: 1.3rem!important;
}
.icones a span{
	position: absolute;
    left: 8px;
    top: 13px;
    font-weight: 700;
    font-size: 1rem;
    padding: 0;
}
.icones li:hover{
	background: #5d8869;
    box-shadow: 4px 0px 0px 0 inset #4fe061;
    transition: all .3s linear;
	}
.icones li a:hover span{color:#fff;text-shadow: 0 0 2px #000;}
.icones li{
	display:block;
	margin-bottom:0rem;
	transition:all .3s linear;
	position:relative
}

.icones i{
	width: 30px;
    height: 30px;
    background: #bde991;
    border: solid 1px #bde991;
    border-radius: 50px;
    text-align: center;
    align-items: center;
    font-size: .9rem;
    display: inline-block;
    margin: 0 auto;
    padding: 0.5rem 0.2em;
    margin-bottom: 0.3rem;
    transition: all .3s linear;
    color: #393939;
    position: absolute;
    right: 10px;
    top: 8px;
}
.icones li:hover i{	
    background: #393939;
    color: #bde991;
    border-color: #bde991;
    transition: all .3s linear;
}
.icones i.ativo{
    background: #4a4a4a;
    color: #fff;
    border: #d5c8fb4a 2px solid;
    width: 60px;
    height: 60px;
    font-size: 2.2rem;
    padding: 0.6rem;
    right: inherit;
    top: 6px;
    left: 10px;
}


/**/
.menuprincipal .menu-lista li:first-child{
	border-bottom:0; 
}
.menuprincipal .menu-lista li{
	display:block;
	border-bottom:solid 1px #5454544f; 
    transition: all .4s linear;
}
.menuprincipal .menu-lista li:hover{
	background:#00000061;transition: all .4s linear;
}
.menuprincipal .menu-lista li.voltar:hover{
	background:none;
}

.menuprincipal .menu-lista .tt{
	display: block;
    text-transform: uppercase;
    font-size: 1.1rem;
    color: #138f71;
    margin-bottom: 0.5rem;
    font-weight: 900;
}
.menuprincipal .menu-lista small{
	display: block;
    text-transform: uppercase;
    font-size: .9rem;
    color: #3a2f6b;
    padding: .5rem 1rem;
    border-bottom: solid 1px #dddddd9e;
    background: #dddddd2b;
}
.menuprincipal .menu-lista .tt i{
	    width: 25px;
    height: 25px;
    background: #4447a4;
    border-radius: 50px;
    text-align: center;
    align-items: center;
    font-size: .96rem;
    display: inline-block;
    padding: .3rem;
    color: #fff;
}
.menuprincipal .menu-lista #accordion{
	padding:.85rem 0rem;
    display: block;
}

.menuprincipal .menu-lista #accordion h3{
	padding: 0.7rem 0.98rem;
    display: block;
    border-bottom: solid 1px #dddddd69;
    font-weight: 500;
    text-transform: uppercase;
    font-size: .82rem;
    color: #303959;
    position: relative;
    cursor: pointer;
}
.menuprincipal .menu-lista #accordion h3:after{
	position: absolute;
    content: "";
    border: solid 5px transparent;
    border-top: solid 5px #4447a4;
    right: 10px;
    top: 15px;
    border-radius: 3px;	
}
.menuprincipal .menu-lista #accordion ul>li{
	    display: block;
    background: #30395912;
    border-bottom: solid 1px #30395912;
    transition: all .5s linear;
}
.menuprincipal .menu-lista #accordion ul>li:first-child{
    border-top: solid 1px #30395912;
}
.menuprincipal .menu-lista #accordion ul>li:hover{
    background: #30395924;
}

.menuprincipal .menu-lista #accordion ul>li>a{
	color: #676e86;
}
.menuprincipal .menu-lista h3:focus{
	outline:none;
	background:#4447a4;
	color: #fff!important;
}
.menuprincipal .menu-lista #accordion h3:focus:after{
    border-top: solid 5px #fff;
}

.central{
	max-width: 80%!important;
    -ms-flex: 0 0 80%!important;
    flex: 0 0 80%!important;
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #efedf7;
    background-clip: border-box;
    border: solid 1px #000;
    border-radius: .5rem;
	padding:0;
	overflow:hidden;
	min-height: calc(100vh - 122px);
	margin:0 auto;
	margin-top: 78px!important;
	
}

footer{
	width: calc(100% - 251px);
position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 56px;
    background-color: rgb(233, 236, 239);
    line-height: 55px;
}

/*cchecked*/
.check{
	position:relative;
}
/*
.check label{
	display: inline-block;
    width: 17px;
    height: 17px;
	box-shadow: 0 0 0 2px #ec6653; 
    left: 0;
    top: 0;
    border-radius: 3px;
	cursor:pointer;
	background: #ddd;
	text-align: center;
    vertical-align: middle;
}*/
.check input[type=checkbox]{
	display:none
}

.check input[type=checkbox]:checked + label:before
{
		content:url(../img/mark.png);
		position: relative;
		top: 0px;
		left:auto;

}
.check.alt label{
    float:left;
}
.check.on label.active.filtro:before {
    content: url(../img/chekon.svg);
    position: relative;
	top: 0px;
	left:auto;
}
.check.on label.filtro:before {
    content: url(../img/chekoff.svg);
    position: relative;
	top: 0px;
	left:auto;
}
.itens-check label{color:#fff;border-radius:3px;background:#fa5d89;cursor:pointer}
.itens-check label:hover{background:#f40c4c;}
.itens-check input[type=checkbox]{display:none}
.itens-check input:checked ~ label{background:#ff4b42}
.itens-check input:checked ~ label:hover{background:#ff4b42 }

.window .caixa{
	background:#FFF
}
.window .titulo{
	padding: 18px 26px;
    font-size: 1.4rem!important;
    /* text-align: center; */
    background: #e5e5e5;
    border-color: #b8b8b8;;
}
.mobmenu, .mobmenu-home{
	    display: block;
    font-size: 1.3rem;
    color: #131313;
    left: 13px;
    margin-top: 13px;
    position: absolute;
    width: 35px;
    height: 35px;
    background: #bde991;
    border-radius: 50px;
    padding: .3rem .5rem;
}


.template2 .mobmenu.alt{
	display:block;
}
.template2 .menu-lateral{
	display:none
}

.rolagem-tabela{
	height:300px;
	overflow-y:auto
}
.rolagem-tabela2{
	height:250px;
	overflow-y:auto
}


/*listaProdutos*/
.listaProdutos,.listaClientes,.listaTransportadoraPesquisado,.listaServicos,.listaFornecedores,.listaTipoDespesa ,.listaVendedor ,.listaTecnico,.listaCategorias
{
	position: absolute;
    border: solid 1px #d8d8d8;
    background: #fff;
    top: 57px!important;
    right: 15px!important;
    left: 15px!important;
    height: 195px;
    overflow-y: auto;
    z-index: 1;
	border-radius:0 0 5px 5px;
}
.listaProdutos li,.listaClientes li,.listaTransportadoraPesquisado li, .listaServicos li , .listaFornecedores li,.listaTipoDespesa li,.listaVendedor li ,.listaTecnico li ,.listaCategorias li  {
	display: block!important;
    background: #fff!important;
    color: #444;
    font-size: .8rem;
    text-transform: uppercase;
    border-radius: 0!important;
    border: 0!important;
    border-bottom: 0;
}
.listaProdutos a,.listaClientes a,.listaTransportadoraPesquisado a, .listaServicos a,.listaFornecedores a,.listaTipoDespesa a,.listaVendedor a,.listaTecnico a,.listaCategorias a  {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .9em;
    line-height: 23px;
    padding: 6px;
    color:#6a6a6a!important;
    text-decoration: none;
}
.listaProdutos a:hover, .listaServicos a:hover,.listaFornecedores a:hover,.listaTipoDespesa a:hover,.listaVendedor a:hover,.listaTecnico a:hover,.listaCategorias a:hover{
    background:#eee;
}

.lista-banner .card:hover{
	transition:all .4s linear;
	box-shadow: 0 0 6px 0 #b2b4bf;
}
.lista-banner .card .thumb {
    height: 109px;
    overflow: hidden;
}
.lista-banner .card p {
    max-width: 14ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .89rem;
    font-weight: 500;
    margin-right: 10px;
    color: #6e6c6c;
}

.tfooter{
	display:flex;
	width: 100%;
    padding: 0.6rem;
    border-top: solid 1px #bfc1cb;
    color: #3c3c3c;
	align-items:center
}
.tfooter.between{justify-content: space-between;}
.tfooter.end{justify-content: end;}
.tfooter.center{justify-content: center;}
.tfooter .btn{Margin-left:5px}

.theade{
	display:flex;
	width: 100%;
    padding: 0.6rem;
    border-top: solid 1px #bfc1cb;
    color: #3c3c3c;
	align-items:center
}
.theade.between{justify-content: space-between;}
.theade.end{justify-content: end;}
.theade.center{justify-content: center;}
.theade .btn{Margin-left:5px}
.banner-thumb{
	position:relative
}
.banner-thumb .btn-vermelho{
	position: absolute;
    bottom: 7px;
    right: 9px;
    padding: 5px;
}
.banner-thumb span{
	position:absolute;
	background: #42b2ff;
	bottom:20px;
	left:24%;
	color:#fff;
	border-radius:4px;
	padding:10px
}

.list{
	display:none;
	position: absolute;
    top: -166px;
    background: #fff;
    width: 200px;
    height: 265px;
    box-shadow: 0 0 5px 0 #44444470;
    border-radius: 5px;
    right: 62px;
	z-index:1
}
.base-banner{
	width: 100%;
    min-height:100vh;
    background: #f9f9f9;
	background-size:cover;
    color: #222;
    margin-top:0rem;
    padding-bottom: 2.6rem;
	position:relative;
}
.base-banner .conteudo{
	width:1040px
}
.base-banner .conteudo .text-marrom{
	font-weight:600
}
.base-banner .conteudo .h2{
	font-weight:700;line-height: 2.8rem;    font-size: 2.3rem!important;
}
.base-banner .h4 {
       font-size: 2.2rem!important;
    line-height: 3rem;
    font-weight: 700;font-family: 'Montserrat', sans-serif;
}
.base-banner .titulo.h1 {
    font-size: 3.3rem!important;
    padding: 8px 4rem;
}
.base-banner .h1 {
    font-size:3.5rem!important
}
.base-banner .caixa {
   width: 100%;
    background: #f1f1f1de;
    box-shadow: 0 0 4px 0 #0000002e;
    border-radius: 7px;
    padding: 2rem 1rem;
	
}
.base-banner .caixa .h5 {
    font-size: 1.29rem!important;margin-bottom: 6px!important
}
.caixa.plano1, .base-banner .caixa.plano1 { 
background: linear-gradient(180deg, #303959, #118ddb) fixed;
background: -moz-linear-gradient(180deg, #303959, #118ddb) fixed;
background: -ms-linear-gradient(180deg, #303959, #118ddb) fixed;
background: -o-linear-gradient(180deg, #303959, #118ddb) fixed;
color:#fff;
    box-shadow: inset 0 0 0 5px, 0 0 8px 0 #00000070;
}
 .base-banner .caixa.plano1  .text-escuro { color: #4bb6fb!important;}
 .base-banner .caixa.plano1  .btn.btn-azul {
    border: solid 1px #5be5b2;
    background: #5bddad;
    color: #FFF!important;
}
.base-banner .caixa.plano1 .text-azul { color: #41e5ff!important;}
.caixa.plano2,.base-banner .caixa.plano2 { background: #fff;}
.caixa.plano3,.base-banner .caixa.plano3 { background: #fff;}

.base-banner ul, .base-banner li { display: block; text-align: left;}
.base-banner li { line-height: 1.6rem; padding: 0.3rem 0;}
.base-banner li .fas { font-size: .76rem; color:#30d98b;}

.dobra_dois .caixa.plano3, .base-banner .caixa.plano3 {  background: #2ccfa2; box-shadow: inset 0 0 0 5px, 0 0 8px 0 #00000070;
}
.base-banner .caixa.plano3 .text-azul {color: #175166!important;}
.base-banner .caixa.plano3 .text-escuro{color: #303959!important;}
.base-banner .caixa.plano3  .btn.btn-azul {
    border: solid 1px #fdec54;
    background: #fdec54;
    color: #444!important;
}
.base-banner .caixa.plano3 li .fas { font-size: .76rem; color: #f5f0aa;}

.pagamento.card{border-width: 2px;
    border-radius: 10px;
    background: linear-gradient(133deg, #ececec, transparent);
    background: -moz-linear-gradient(133deg, #ececec, transparent);
    background: -o-linear-gradient(133deg, #ececec, transparent);
    background: -ms-linear-gradient(133deg, #ececec, transparent);
	}
.col:nth-of-type(1) .pagamento.card{border-color: #32bcad;}
.col:nth-of-type(2) .pagamento.card{border-color: #146fb2;}
.col:nth-of-type(3) .pagamento.card{border-color: #4447a4;}
.col:nth-of-type(4) .pagamento.card{border-color: #16181e75;}
.col:nth-of-type(4) .pagamento.card .btn-roxo{background: #858c99;}


.dados-cartao input[type=radio]{
	background: #c4c4c4;
    appearance: none;
    border: solid 2px #929292;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    position: relative;
    top: 3px;
}
.dados-cartao input:checked[type=radio]{
	background: #368fe0;
    appearance: none;
    border: solid 2px #2877bf;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    position: relative;
    top: 3px;
}
.dados-cartao input:checked[type=radio]:before{
	content:url(../img/check.svg);
	color: #fff;
    font-weight: 600;
    position: absolute;
    top: 2px;
    left: 3px;
}

.ico-baneiras{display:flex;margin-top:10px;margin-bottom:1rem}
.ico-baneiras img{
	width: 40px;
    height: 27px;
    margin: 0 4px;
    border: solid 1px #034fa4;
    }
.dados-cartao.alt{
	min-height: 291px;
}
.dados-cartao.alt span.form-campo{
	font-size:.8rem
}

.dados-cartao .cartao{
	width:100%;
	display:block;
	margin:0 auto;
	position:relative
}
.dados-cartao .cartao .cart{
	width:100%;
	display:block;
	height:auto;
	border-radius:8px;
	background: linear-gradient(0deg, #0057A6 16%, #1A1996 49%);
	background: -webkit-linear-gradient(0deg, #0057A6 16%, #1A1996 49%);
	background: -moz-linear-gradient(0deg, #0057A6 16%, #1A1996 49%);
	background: -ms-linear-gradient(0deg, #0057A6 16%, #1A1996 49%);
	padding:1rem;
	position:absolute;
	    transition: all .3s linear;
}
.dados-cartao .cartao .cart.alt:first-child{z-index:2}
.dados-cartao .cartao .mostrar-cart{
	width: 50px;
    display: inline-block;
    position: absolute;
    right: 1rem;
    top: .9rem;
    background: #fff;
    border-radius: 2px;
}
.dados-cartao .cartao .mostrar-cart img{
	width:100%;
}

.dados-cartao .cartao .cart .chip{
	content:url(../img/chip.png);
	position:absolute;
	left:2rem;
	top:.5rem
}
.dados-cartao .cartao .cart .visa{
	content:url(../img/visa.png);
	position:absolute;
	right:2rem;
	top:.9rem
}
.dados-cartao .cartao .cart .tarja{
	background: linear-gradient(0deg, #C4C4C4 1%, #8c8c94 35%, #d8d7d7);
	background: -webkit-linear-gradient(0deg, #C4C4C4 1%, #8c8c94 35%, #d8d7d7);
	background: -moz-linear-gradient(0deg, #C4C4C4 1%, #8c8c94 35%, #d8d7d7);
	background: -ms-linear-gradient(0deg, #C4C4C4 1%, #8c8c94 35%, #d8d7d7);
    height: 45px;
	position:absolute;
	left:0;
	right:0;
	top:1.5rem
}
.dados-cartao .cartao .text-label{
	font-size:.7rem;color:#fff
}
.dados-cartao .cartao .form-campo{
	border-color:#fff;
	background:none;
	border-width:2px;
	padding:.3rem .5rem;
	color:#fff;
}
.dados-cartao .cartao .form-campo::-webkit-input-placeholder{
	color:#fff;
}

.obrigado{padding-top:3rem}
.obrigado .fa-check-circle,
.obrigado.vencido .fa-times,
.obrigado .fa-edit
{ font-size: 7rem; color: #7db97d;}
.obrigado.vencido .fa-times{ color:#df442b;;}


.ativo {
	position: relative;
    padding: 0.3rem 0.4rem;
    margin-bottom: 1rem;
    border: 1px solid #4caf50;
    border-radius: 0.25rem;
    text-transform: capitalize;
    background: #4fd57e;
    color: #fff;
}     
.inativo        {
	position: relative;
    padding: 0.3rem 0.4rem;
    margin-bottom: 1rem;
    border: 1px solid #9b90a3;
    border-radius: 0.25rem;
    text-transform: capitalize;
    background: #c4bdc9;
    color: #68616c;
}
.deletado,.vencido  {
	position: relative;
    padding: 0.3rem 0.4rem;
    margin-bottom: 1rem;
    border: 1px solid #f77373;
    border-radius: 0.25rem;
    text-transform: capitalize;
    background: #ffd2cf;
    color: #68616c;
}
.digitacao,.atrasado    {
	position: relative;
    padding: 0.3rem 0.4rem;
    margin-bottom: 1rem;
    border: 1px solid #bf9517;
    border-radius: 0.25rem;
    text-transform: capitalize;
    background: #fdf7c5;
    color: #9b6c51;
}
.novo,.em_dia{	position: relative;    padding: 0.3rem 0.4rem;    margin-bottom: 1rem;    border: 1px solid #4199c5;    border-radius: 0.25rem;    text-transform: capitalize;    background: #42d4ff;    color: #ffffff;}
.cancelado,.recusado {	position: relative;    padding: 0.3rem 0.4rem;    margin-bottom: 1rem;    border: 1px solid #f77373;   border-radius: 0.25rem;    text-transform: capitalize;    background: #ffd2cf;    color: #68616c;}
.finalizado,.liberado {	position: relative;    padding: 0.3rem 0.4rem;    margin-bottom: 1rem;    border: 1px solid #428b45;    border-radius: 0.25rem;    text-transform: capitalize;    background: #7ebb81;    color: #fff;}
.enviado,.entregue,.plano_demo {	position: relative;    padding: 0.3rem 0.4rem;    margin-bottom: 1rem;    border: 1px solid #7e6397;    border-radius: 0.25rem;    text-transform: capitalize;    background: #9e7ebb;    color: #fff;}
.pendente,.parcialmente_pago,.em_transito,.plano_demo_vencido {	position: relative;    padding: 0.3rem 0.4rem;    margin-bottom: 1rem;    border: 1px solid #c76a4c;    border-radius: 0.25rem;    text-transform: capitalize;    background: #fd8964;    color: #fff;}
.indisponivel   {	position: relative;    padding: 0.3rem 0.4rem;    margin-bottom: 1rem;    border: 1px solid #85808d;    border-radius: 0.25rem;    text-transform: capitalize;    background: #d8d8d9;    color: #746b7a;}
.ocupado,.bloqueado{	position: relative;    padding: 0.3rem 0.4rem;    margin-bottom: 1rem;    border: 1px solid #85808d;    border-radius: 0.25rem;    text-transform: capitalize;    background: #85808dbf;    color: #ffffff;}
.disponivel,.desbloqueado    {	position: relative;    padding: 0.3rem 0.4rem;    margin-bottom: 1rem;    border: 1px solid #428b45;    border-radius: 0.25rem;    text-transform: capitalize;    background: #7ebb81;    color: #fff;}
.obrigatorio,.prospecto	{	position: relative;    padding: 0.3rem 0.4rem;    margin-bottom: 1rem;    border: 1px solid #bf9517;    border-radius: 0.25rem;    text-transform: capitalize;    background: #fbc219;    color: #997303;}
.pago    {	position: relative;    padding: 0.3rem 0.4rem;    margin-bottom: 1rem;    border: 1px solid #4199c5;    border-radius: 0.25rem;    text-transform: capitalize;    background: #1cb7e5;    color: #ffffff;}   
.aberto  {
	position: relative;    padding: 0.3rem 0.4rem;    margin-bottom: 1rem;        border: 1px solid #91886c;    border-radius: 0.25rem;    text-transform: capitalize;    background: #ffe73b;    color: #605757;}   
.fechado,.nao_assinante    {	position: relative;    padding: 0.3rem 0.4rem;    margin-bottom: 1rem;    border: 1px solid #f77373;    border-radius: 0.25rem;    text-transform: capitalize;    background: #f76950;    color: #ffeeeb;}
.bg-orange .form-campo{background:#fff!important}
.bg-orange .btn.btn-roxo {
    border: solid 1px #f9de22!important;
    background: #fbe022!important;
    color: #0a0a0a!important;
}



