.btn-purple {
	color: #ffffff;
	background-color: #7a2a67;
	border-color: #631c52;
}
.btn-purple:focus,
.btn-purple.focus {
	color: #ffffff;
	background-color: #5b144a;
	border-color: #300927;
}
.btn-purple:hover {
	color: #ffffff;
	background-color: #5b144a;
	border-color: #440836;
}
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple {
	color: #ffffff;
	background-color: #5b144a;
	border-color: #440836;
}
.btn-purple:active:hover,
.btn-purple.active:hover,
.open > .dropdown-toggle.btn-purple:hover,
.btn-purple:active:focus,
.btn-purple.active:focus,
.open > .dropdown-toggle.btn-purple:focus,
.btn-purple:active.focus,
.btn-purple.active.focus,
.open > .dropdown-toggle.btn-purple.focus {
	color: #ffffff;
	background-color: #440836;
	border-color: #300927;
}
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple {
	background-image: none;
}
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled.focus,
.btn-purple[disabled].focus,
fieldset[disabled] .btn-purple.focus {
	background-color: #7a2a67;
	border-color: #631c52;
}
.btn-purple .badge {
	color: #7a2a67;
	background-color: #ffffff;
}

.a_footer{
	color: gray;
}

.imgLogoFooter{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.alert-purple {
	color: #ffffff;
	background-color: #c94cab;
	border-color: #300927;
}
.alert-purple hr {
	border-top-color: #300927;
}
.alert-purple .alert-link {
	color: #300927;
}

.text-white {
	color: #FFF;
}

#banner_frases {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: -20px;
	margin-right: -20px;
}

.label-purple {
    background-color: #7a2a67;
}

.size-18 {
    font-size: 18px !important;
    line-height: 24px !important;
}

.borda {
	color: #FFF !important;
	text-shadow: #000 1px -1px, #000 -1px 1px, #000 1px 1px, #000 -1px -1px !important;
}

.text-justify {
	text-align: justify;
}

.invisible {
	display: none;
}

.border-right {
	border-right-style: ridge;
}

.border-left {
	border-left-style: ridge;
}

.divImgNoticia {
	position: relative !important;
	overflow: hidden !important;
	height: 12em !important;
	display: block !important;
}

.imgNoticia {
	width: 100% !important;
	height: 100%;
  	min-height: 100%;
  	display: -webkit-flex;
  	display: flex;
    -webkit-align-items: center;
  	align-items: center;
    -webkit-justify-content: center;
  	justify-content: center;
}

.full-width {
	width: 100% !important;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.aImgLogoVinicolas {
    display: flex;
	align-items: center;
	justify-content: center;
}

.imgLogoVinicolas {
    margin: 0;
}