body{
	overflow-x: hidden;
}
.esperamos {
	font-size: 40px;
	font-weight: bold;
}

.f-35 {
	font-size: 35px !important;
}
.f-90 {
	font-size: 90px !important;
}
.f-22 {
	font-size: 22px !important;
}

.bg-pink {
	background-color: #ffecf5;
}
.bg-pinks {
	background-color: #fe5bac;
}
.bg-medmais {
	background-color: #FFAFDD;
}
.bg-acessamed {
	background-color: #FE5BAC;
}

.c-black {
	color: black !important;
}
.c-pink {
	color: #fe5bac;
}
.c-valor {
	color: #00eabc;
}

#loading {
	/* Estilos para o elemento de loading */
	width: 308px;
	height: 308px;
}

.simbolo {
	font-size: 18px;
}

.valor {
	font-size: 120px;
	font-weight: bold;
}

.centavos {
	font-size: 18px;
}

.image-medmais{
	width: 100%;
    height: auto;
    object-fit: cover;
}
