.navbar-brand img {
    max-height: 40px;
}

.box-p {
    border: 1px solid #7b8cab;
    padding: 2px;
    margin: 2px;
    overflow: hidden;
    white-space: nowrap; /* Don't forget this one */
    text-overflow: ellipsis;
  }
  
.box-p:before {
    background: #ffffff;
    font-size: 10px;
    content: "Publicidade";
    color: #000;
    display: block;
    position: absolute;
}

iframe {
    width: 100% !important;
    max-width: 768px;
    left: 50%;
}

.btn-100w {
    width: 100% !important;
    display: block !important;
    text-align: left;
    line-height: normal;
    padding: 10px 15px;
}

.float {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:40px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
    color:#FFF !important;
}

.iti {
    width: 100%;
 }

 #telefone { 
    padding: 0 6px 0 52px;
 }

 .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #FFF !important;
 }

 .paypal-button-tagline-color-blue {
    display: none !important; /* Oculta o texto do botão */
}