/*
Ane Tecnologia - Skype: anetecnologia
Site: http://anetecnologia.com.br
*/

.aneVipFormControl {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

.aneVipFormGroup {
    margin-bottom: 15px;
}

.aneVipAlertWarning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.aneVipAlertSuccess {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.aneVipAlertDanger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.aneVipAlert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.aneVipBtnDanger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.aneVipBtnPrimary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.aneVipBtnSuccess {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.aneVipBtn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

.aneVipBtn:hover {
    color: #FFF;
    opacity: 0.8;
}

.aneVipBtnBlock {
    display: block;
    width: 100%;
}

.aneVipTitleTruncate {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aneVipTextCenter {
    text-align: center;
}

.aneVipClearfix {
	clear: both;
}

.aneVipPullLeft {
    float: left;
}

.aneVipPullRight {
    float: right;
}

.aneVipBotaoFavoritos {
	text-align: right;
    margin-top: -35px;
}

.aneVipBotaoFavoritos button {
	background-color: #fbfbfb;
	background-image: url(img/heart-regular.png);
    background-repeat: no-repeat;
    background-position: 6px center;
    background-size: 16px;
    padding: 0 8px 0 28px;
    font-size: 12px;
    font-family: Arial;
    margin: 0;
    cursor: pointer;
    border: 1px #CCC solid;
    line-height: 26px;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

.aneVipBotaoFavoritos button.ativo {
	background-image: url(img/heart-solid.png);
}

.aneVipBotaoFavoritos button:hover {
	background-color: #e4e4e4;
}

.aneVipBotaoContinue {
	text-align: center;
	margin: 15px 0;
}

.aneVipBotaoContinue a {
	font-size: 19px;
    background-color: #27a931;
    display: inline-block;
    line-height: 26px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 20px;
    padding: 0 18px;
    font-weight: 600;
    line-height: 48px;
    text-transform: uppercase;
}

.aneVipBotaoContinue a,
.aneVipBotaoContinue a:hover {
	color: #FFF;
	text-decoration: none;
}

.aneVipBotaoContinue a:hover {
	opacity: 0.9;
}

.aneVipPainel {
	background-color: #FFF;
	color: #333;
    border: 1px #CCC solid;
    padding: 12px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.aneVipPainelMenu {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 180px;
}

.aneVipPainelMenu li {
	border-bottom: 1px #CCC solid;
}

.aneVipPainelMenu li:last-child {
	border-bottom: 0;
}

.aneVipPainelMenu a {
	display: block;
    padding: 0 6px;
    line-height: 34px;
    font-weight: 600;
}

.aneVipPainelMenu a,
.aneVipPainelMenu a:hover {
	color: #333;
	text-decoration: none;
}

.aneVipPainelMenu a:hover {
	background-color: #EAEAEA;
}

.aneVipPainelConteudo {
	float: right;
	min-height: 80px;
	width: calc(100% - 210px);
}

.aneVipPainelTitulo {
    margin-bottom: 20px;
    border-bottom: 1px #CCC solid;
    padding-bottom: 6px;
    font-weight: 600;
    text-transform: uppercase;
}

.aneVipListaFavoritos {
	margin: 0 -4px;
	padding: 0;
	list-style: none;
}

.aneVipListaFavoritos li {
	float: left;
	width: 33.33333%;
	padding: 0 4px;
	margin-bottom: 8px;
	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

.aneVipListaFavoritoConteudo {
	background-color: #FFF;
    border: 2px #efefef solid;
    padding: 4px;
}

.aneVipListaFavoritoThumb {
	position: relative;
	padding-top: 64%;
	display: block;
	margin-bottom: 4px;
}

.aneVipListaFavoritoThumb img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.aneVipListaFavoritoExcluir {
	background-color: #dc1717;
    position: absolute;
    top: 4px;
    right: 4px;
    font-family: 'Arial';
    font-size: 11px;
    line-height: 22px;
    z-index: 2;
    padding: 0 8px;
    text-shadow: 1px 1px #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.aneVipListaFavoritoExcluir,
.aneVipListaFavoritoExcluir:hover {
	color: #FFF;
	text-decoration: none;
}

.aneVipListaFavoritoExcluir:hover {
	opacity: 0.8;	
}

.aneVipListaFavoritoTitulo {
	font-weight: 600;
	color: #333;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	display: block;
  	width: 100%;
}

@media (max-width: 992px) {
	.aneVipPainelMenu,
	.aneVipPainelConteudo {
		width: 100%;
		margin-bottom: 15px;
	}
}

@media (max-width: 768px) {
	.aneVipListaFavoritos li {
		width: 50%;
	}
}

.aneVipTable {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
    text-align: left;
}

.aneVipTable thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.aneVipTable td, 
.aneVipTable th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.aneVipPlanos {
    margin: 0 -4px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.aneVipPlanos li {
	float: left;
	width: 33.33333%;    
	margin-bottom: 8px;
    padding: 0 4px;
}

.aneVipPlanoConteudo {
	background-color: #FFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}

.aneVipPlanoTitulo {
	background-color: var(--f);
    font-weight: 600;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    line-height: 38px;
}

.aneVipPlanoValor {
    font-size: 22px;
    text-align: center;
    line-height: 32px;
    padding: 8px 0;
    font-weight: 600;
}

.aneVipPlanoTexto {
    padding: 0 15px;
}

.aneVipPlanoBotao {
    text-align: center;
    padding: 6px 0;
}

.aneVipPlanoBotao button {
    border: none;
    padding: 0 16px;
    font-size: 14px;
    line-height: 30px;
    color: #FFF;
    background-color: var(--f);
    cursor: pointer;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 5px;
}

.aneVipPlanoConteudo.ativo .aneVipPlanoTitulo,
.aneVipPlanoConteudo.ativo .aneVipPlanoBotao button {
    background-color: #006400;
}

@media (max-width: 768px) {
	.aneVipPlanos li {
		width: 100%; 
	}
}

.aneVipdetalhesPlano {
	background-color: #FFF;
	border: 1px #CCC solid;
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.aneVipdetalhesPlano li {
	padding: 8px 12px;
	border-bottom: 1px #CCC solid;
}

.aneVipdetalhesPlano li:last-child {
	border-bottom: 0;
}

.btn {
	 color: #FFF;
    background-color: var(--f);
    cursor: pointer;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 5px;
}
.renove {
	text-align: center;
	padding: 5px;
}
.btnn {
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
	padding: 10px;
}
.assine {
	text-align: center;
	margin: 15px 0;
	background-color: #640000;
	font-size: 19px;
	color: #fff;
	border-radius: 20px;
	padding: 10px;
}

.conta-conteudo {
    background: linear-gradient(360deg, rgba(187, 1, 78, 0) 0%, rgba(0, 0, 0, 1) 85%);
    background-color: #333;
    padding: 20px;
    border-radius: 8px;
    max-width: 350px;
    margin: 0 auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}
.formCamposTitulo {
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px #5d5d5d solid;
    padding-bottom: 6px;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}