.w-200 {
	width: 200px !important;
}

.has-error{
    color: #f34770;
}

.has-error .form-control{
    border-color: #f34770;
}

.has-success{
    color: #1cc88a;
}

.has-success .form-control{
    border-color: #1cc88a;
}

.invalid-feedback {
    position: static;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .25rem;
    font-size: 0.75rem;
    color: #f34770;
    background-color: rgba(243,71,112,.1);
    border-radius: .25rem;
}

@media (max-width: 576px) {
    .navbar-brand > img {
        width: 130px;
    }
}

@media (max-width: 360px) {
    .navbar-brand > img {
        width: 110px;
    }
}

.footer p{
    color: #fff !important;
}

.px-grid-gutter {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.input-group-busca > .form-control {
    width: 100% !important;
}

.bg-verde {
    background-color: #53A799 !important;
}


.bg-base {
    --bs-bg-opacity: 1;
    background-color: #44887C !important;
}

.bg-base1 {
    --bs-bg-opacity: 1;
    background-color: #34675F !important;
}

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

.float-button-whatsapp:hover {
	background-color:#20B558;
	color:#FFF;
}

.whatsapp-float {
	margin-top:9px;
}

.icon-whatsapp {
    float: left;
	width: 25px;
    height: 25px;
    text-align: center;
	background-color: #25D366;
    color: #ffffff;	
	margin-right: 5px	
}