@charset "UTF-8";
/* CSS Document */
html, body{
  height: 100%;
}
.custom-login {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	border-radius: 8px;
}
.background-grey {
	background-color: #F3F3F3;
}
.all{
	background: #C8E5FF;
	background: -webkit-radial-gradient(rgb(200, 229, 255), rgb(34, 47, 57));
	background: radial-gradient(rgb(200, 229, 255), rgb(34, 47, 57));
	height: 100%;
	width: 100%;

}

.all h1{
	color: #000;
}
.all h4{
	color: #A4A4A4;
	text-transform: uppercase;
}
.breadcrumb{
	background-color: #eceff1;
	border-radius: 0px;
	border-bottom: 1px solid #e1e1e1;
	padding-left: 0px;
}
.breadcrumb-item{
	font-size: 12px;
}


.dropdown-item.active, .dropdown-item:active {
	background-color: #30313d !important;
}
.ombra {
	text-shadow: 2px 2px 1px #fff;
	text-transform: uppercase;
	}
.btn-outline-primary {
  color: #ae1924;
  border-color: #ae1924;
}
  .btn-outline-primary:hover {
    background-color: #d3323e;
    border-color: #d3323e;
	color:#fff;
}

.btn-outline-secondary {
  color: #27282d;
  border-color: #27282d;
}
  .btn-outline-secondary:hover {
    background-color: #32343d;
    border-color: #32343d;
	color:#fff;
}

.border-foto {
	border: 1px solid #b6b7b9;
}
.color-1-client {
  color: #ae1924 !important; }

footer.site-footer {
	background: #fff;
	bottom: 0;
	height: 50px;
	padding-top: 20px;
	padding-right: 45px;
	padding-left: 45px;
	padding-bottom: 30px;
	position: absolute;
	width: 100%;
}
  footer.site-footer .copyright {
    color: #78909c;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    width: 100%; }
    footer.site-footer .copyright a {
      color: #ae1924; }

.list-group-item {
	border-width: 0px;
	border-style: none;
}

.entry-content a {
	color: #ae1924;
}

.entry-content a:hover {
	color: #30313d;
}

.mt-30{
       margin-top: 30px !important;
   }
