
.bgimage h5 {
  color:white;
  text-shadow:2px 2px #333;
}
.footer {
	width:100%;
	position: relative;
	background-color: #ffffff;
	padding:50px;
}
  body{
    background:url(../cdn/img/bg.png);
}
#logo{
    border-radius: 2px;
    text-align: left;
    padding: 20px 0 0 0;
    cursor: ;
    position: relative;
    float: left;
    top: -15px;
    left: 25%;
}
.navbar-light .navbar-nav .nav-link{
  color: rgba(255, 255, 255, 0.5);
  padding-right: 2rem;
}
.navbar {
  padding: .1rem 3rem;
  font-size: 13.5px;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 7%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  background-color: rgba(0,0,0,0.2);
  text-align: left;
  }
  .navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}
.Alerta
{
  padding: 10px;
  color: white;
  opacity: 1;
  transition: opacity 1s;
  margin-bottom: 0px;
	border-radius:0px;
	box-shadow:rgba(00,00,00,.1) 0 -0px inset;	
	width: 100%;
	float: center; 
}

.succes
{background-color: #00b14e;}

.dangers
{background-color: #ab0303;}

.info
{background-color: #2196F3;}

.warning
{background-color: #ff9800;}

.btn {
  padding: .5rem 1rem;
  font-size: 1.00rem;
  line-height: 1.5;
  border-radius: .0rem;
  font-family: "BMW Type Web Bold",Arial,Roboto,"Helvetica Neue",Helvetica,sans-serif;
  font-weight: bold;
}
	.btn-group-lg>.btn, .btn-lg {
    padding: .7rem 1rem;
    font-size: 1.10rem;
    line-height: 1.5;
    border-radius: .0rem;
}

.card-img2 {
  width: 100%;
  border-radius: calc(.0rem - 0px);
}

