body.custom{
	background-color: #f2f2f2;
}

ul.custom{
	height: 10vh;
}

a.custom{
	color: black;
}

a.custom:hover{
	color: #3d8bfd;
}

img.custom{
	width: 100%;
}

button.custom{
	border-radius: 40px; 
	width: 110px; 
	height: 50px;
	border:none; 
	text-align: center;
	font-size: 18px;
}

.whatsapp-link {
    position: fixed;
    height: 60px;
    width: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: white;
    border: none;
    border-radius: 50%; /* Use 50% para um fundo circular */
    display: flex; /* Use flexbox */
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
    font-size: 24px; /* Ajuste conforme necessário */
    z-index: 1000;
}

.whatsapp-link:hover {
    height: 65px;
    width: 65px;
    font-size: 30px; /* Ajuste o tamanho do ícone no hover */
}

.email-link{
	position: fixed;
	height: 60px;
	width: 60px;
	bottom: 120px;
	right: 40px;
	background-color: #ff6600;
	color: white;
	border: none;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	z-index: 1000;
}

.email-link:hover{
	position: fixed;
	height: 65px;
	width: 65px;
	bottom: 120px;
	right: 40px;
	background-color: #ff6600;
	color: white;
	border-radius: 50px;
	text-align: center;
	font-size: 34px;
	z-index: 1000;
}
.fa-whatsapp{
	margin-top: 12px;
}

div#about-area{
	margin: 70px;
}

button.custom2{
	color: black;
	height: 180px;
	width: 180px;
	border-style: solid;
	border-color: gray;
	margin-left: 12px;
	margin-top: 8px;
}

i.custom2{
	color: #00B5E6;
}

button.custom2:hover{
	color: white;
	background-color: #00B5E6;
}

button.custom2:hover i.custom2{
	color: white;
	background-color: #00B5E6;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}

.circle-box div{
	padding: 0 40px;
}

.progressbar-text{
	font-weight: bold;
	font-size: 32px;
}

#data-area{
	color: #000;
	text-align: center;
	font-size: 24px;
	margin-top: 20px;
}

#btn_OU{
	width: 100%;
	border: none;
	background-color: transparent;
}

#card_OU:hover{
	background-color: #EAEAEA;
}

button.custom3{
	border-color: #ff6600;
}

button.custom3:hover{
	background-color: #dbdbdb;
}

button.custom4{
	color: white;
	background-color: #ff6600;
}

button.custom4:hover{
	color: white;
	background-color: #bd4d03;
}

.menu-item{

list-style: none;


}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: right;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-whatsapp {
    margin-bottom: 12px;
}