@charset "utf-8";
html, body {
	height: 100%;
	margin: 0px;
}
*{
	list-style:none;
	text-decoration:none !important;
}
.step-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 40px auto;
	width: 60%;
	position: relative;
}
.step {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #046738;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	position: relative;
	z-index: 2;
	font-size: 18px;
}
.step.active {
	background-color: #10DE37;
	box-shadow: 0 0 15px rgba(16, 222, 55, 0.8);
	color: #046738;
}
.step-container::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 6px;
	background-color: #046738;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}
.step:not(:last-child)::after {
	content: "";
	position: absolute;
	width: 100px;
	height: 0;
	background-color: #046738;
	top: 50%;
	left: 50%;
	transform: translateX(50%);
	z-index: 1;
}
.step-text-container {
	display: flex;
	justify-content: space-between;
	width: 60%;
	margin: 10px auto 30px;
}
.step-text {
	font-size: 14px;
	color: #777;
	flex: 1;
}
.content-container {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
.content.active {
	display: block;
}
#step1 img, .card img{
	border-radius: 20px;
}
#step2{
	text-align: left;
}
#f1{
	font: small-caption;
}
#f1 label{
	font-weight: bold;
}
.is-invalid {
    border: 2px solid red !important;
    background-color: #ffebeb;
}

.warning.error {
    background-color: #ffdddd;
    color: #d8000c;
    border: 1px solid #d8000c;
    padding: 10px;
    margin: 10px 0;
    display: none;
}
.main-venda-finalizar h1{
	background:none !important;
}
.tdItemPlano {
	height: auto !important;
	margin-top: auto !important;
}
.logoRodape_pag {
  display: flex;
  justify-content: center;
}
#pagCartao input{
	border-radius:5px !important;
}
.card-cartao {
	display: none; /* Oculta os cartões inicialmente */
}
.card-footer {
	cursor: pointer; /* Indica que é clicável */
	color: blue;
	text-decoration: underline;
}
#formContato{
	display:none;
}
#cardOrdemCompra, #headerFormContato{
	cursor:pointer;
}
#pagCartao {
  width: 100% !important;
}
#formPag table{
	border-top: 1px solid rgb(218, 218, 218);
}
.navbar{
	min-height: 30px;
}
.footer-logo-left, .footer-logo-right {
	position: static !important;
}
.footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9998;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #005448 #2CBAA3 ;
}
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #2CBAA3 ;
}

*::-webkit-scrollbar-thumb {
  background-color: #005448;
  border-radius: 20px;
  border: 3px solid #2CBAA3 ;
}
.footer a{
	font-size: 14px;
}
.cookie-banner {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #006637;
	color: #fff;
	display: none;
	z-index: 9999;
}

.cookie-banner a {
	color: #f4d03f;
	text-decoration: underline;
}

.cookie-banner p {
	font: caption !important;
}

.cookie-banner button {
	margin-left: 10px;
	padding: 5px 15px;
	border: none;
	cursor: pointer;
}

#accept-cookies {
	background: #4CAF50;
	color: white;
}

.navbar #header{
	margin:auto;
}

.navbar a{
	position: absolute;
}

.footer #logoCertificado {
	display: initial;
	width: auto;
	height: 30px;
	margin:auto;
}

#pgto-cartao, #pgto-boleto {
	text-align: center;
	margin: auto !important;
}

#pgto-cartao button, #pgto-boleto button {
	width: 75%;
}
#div_carregando {
	height: 85px !important;
}
#frente, #verso {
    width: 350px !important;
}
#chip {
    margin-left: -60%;
}
@media (max-width: 600px) {
	#frente {
		width: 100% !important;
	}
	#chip {
		margin-left: -20% !important;
	}
}

.form-checkbox.is-invalid {
    outline: 2px solid red !important; /* Cria um contorno vermelho */
    background-color: #ffebeb; /* Fundo avermelhado */
    border-radius: 4px; /* Bordas arredondadas */
    padding: 5px; /* Espaçamento interno */
    display: inline-block; /* Mantém alinhamento adequado */
}

#logo-cartao-exame {
    height: 50px;
    width: auto;
}


.cpf {
    min-width: 15ch !important; 
}

.btn-success{
	background: #2CBAA3 !important;
	border-color: #2CBAA3 !important;
	font-family: "Roboto", Sans-serif !important;
	font-size: 20px !important;
	font-weight: 700 !important;
}
.card-header{
	color: #7A7A7A !important;
	font-family: Montserrat !important;
}
#checkVoltar{
	background: #005448 !important;
	border-color: #005448 !important;
	font-family: "Roboto", Sans-serif !important;
	font-size: 20px !important;
	font-weight: 700 !important;
}

.btn-outline-success{
	color: #2CBAA3 !important;
	border-color: #2CBAA3 !important;
	font-family: "Roboto", Sans-serif !important;
	font-size: 20px !important;
	font-weight: 700 !important;
}
.btn-outline-success:hover{
	color: #FFF !important;
	background: #2CBAA3 !important;
}
.h3{
	color: #005448 !important;
	font-family: Montserrat !important;
	font-weight: 700 !important;
}

.bg-success{
	background-color: transparent;
	background-image: linear-gradient(180deg, #011F20 0%, #005F51 100%);
}