html {
  --cor-principal: #d73f27;
  --cor-secundaria: #ed6a29;
}

.divImgProduto {
	max-width: 50px;
	max-height: 50px;
	position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%)
}

.disabledButton {
	opacity: 0.4; 
  	cursor: not-allowed;
  	pointer-events: none;
}

.invisivel {
	display: none !important;
}

.animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.text-red {
  color: var(--cor-principal);
}

.linkFooter{
  color: #EEE;
}

.linkFooter:hover {
  color: #FFF !important;
}

.divInfoRecaptcha a {
  color: rgba(255,255,255,0.25);
  font-weight: bold;
}

.selectFormIndex {
  border: 2px solid #DDD !important;
  border-radius: 0 !important;
  background-color: white;
}

.pConsumidor {
  font-size: 1rem;
  margin-top: 15px;
}

.fbox-content span.subtitle {
  color: #333 !important;
}

.promo {
  background-color: var(--cor-secundaria);
  color: white;
}
.promo a.button {
  position: inherit;
  float: right;
}
.btnSelecPlano {
  background-color: var(--cor-principal);
  color: white;
}
.btnSelecPlano:focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 63, 39, 0.5);
}
.btnSelecPlano:hover {
  color: white;
}
.btnSelecPlano.selected {
  background-color: rgb(44,148,44);
  border-color: rgb(33, 112, 33);
}
.btnSelecPlano.selected:focus {
  box-shadow: 0 0 0 0.2rem rgba(44, 148, 44, 0.5);  
}
.btnSelecPlano.selected:after {
  content: "Selecionado";
}
.btnSelecPlano:not(.selected):after {
  content: "Selecionar";
}

.btnCorPrincipal {
  line-height: inherit !important;
  border-color: var(--cor-principal) !important;
  color: var(--cor-principal) !important;
}
.btnCorPrincipal:hover {
  background-color: var(--cor-principal) !important;
  color: white !important;
}