.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.form-control-input{
	padding: 1rem !important;
}
.btn-buscar{
	display:block;
	width:100%;
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

/* WhatsApp Button */
.whatsapp-btn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	background: #25D366;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 1.5rem;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
	z-index: 1000;
	transition: transform 0.3s ease;
	border: 3px solid #fff;
}
.whatsapp-btn:hover {
	transform: scale(1.1);
	color: white;
}
/* */
.bg-verde{
	background-color:#015e2f;
}

.bg-inicio{
	background-color:#015e2f;
	background-image:url(../img/bg-inicio.jpg);
	background-position:50% 100%; 
	background-repeat:no-repeat;
	background-size:auto 100%;
	position:relative;
}

.txt-slogan{
	color:#fff;
	font-width:bold;
	position:absolute;
	bottom: 3rem;
	left: 3rem; 
}
.radio1{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden; 
}
.requerido{
	color:#f00;
	font-width:bold;
}
.text-justificado{
	text-align:justify;
}
.box-buscar{
	display:block;  
}
.box-buscar-input, .box-buscar-btn{
	display: inline-block;
	position:relative; 
}
.box-buscar-input{
	padding-right:8px;
}
.box-buscar-btn{
	top:-3px;
} 
.box-buscar-input input{
	display: block;
	width: 100%;
	padding: 0.6rem 1.5rem;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.8;
	color: #828282;
	background-color: #ffffff;
	background-clip: padding-box;
	border: none;
	appearance: none;
	border-radius: 0.25rem;
} 
.box-buscar-btn button{
	display: inline-block;
	font-weight: 600;
	line-height: 1.8;
	color: #333;
	background-color:#F2A943; 
	text-align: center;
	vertical-align: middle;
	cursor: pointer; 
	user-select: none;
	padding: 0.6rem 1.5rem;
	font-size: 1.2rem;
	border: none;
	border-radius: 0.25rem;
}
