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

.has-error{
    color: #f34770;
}

.has-error > .form-control, .has-error > .form-select{
    border-color: #f34770 !important;
}

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

.has-success > .form-control, .has-success > .form-select{
    border-color: #1cc88a !important;
}

.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;
}

.has-error-checkout{
    padding: .25rem .5rem;
    margin-top: .25rem;
    font-size: 0.75rem;
    color: #f34770;
}

.text-shadow {
   text-shadow: 2px 2px 2px black, 0 0 1em #2D4063, 0 0 0.2em #2D4063;
}

.text-justify {
   text-align: justify;
}

.link-normal {
    color: #6f7380 !important; 
}

.link-normal:hover {
    color: #007bff !important; 
}

.bg-vermelho {
    background-color: #BD1115 !important;
    color: #fff;
}

.bg-vermelho a {
    color: #fff !important;
}

.bg-vermelho a:hover {
    color: #FFE1E1 !important;
}

.bg-rodape-vermelho {
    background-color: #BD1115 !important;
}

.btn-avaliacao:hover {
    background-color: #044D8E !important;
    color: #fff !important;;    
}

.float-button-whatsapp {
	position:fixed;
	width:60px;
	height:60px;
	bottom:120px;
	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	
}