body{
  font-family: 'Raleway', sans-serif !important;
}

.card-header{
  text-align:center;
  background-color: #FFF;
  color: #000;
  font-weight: 600;
  font-size:1.3em;
}

.card-footer{
    background-color: #FFF;
}

.rounded-input{
  border-radius:25px;
}

.counters a{
  color:#FFF;
  text-shadow: black 0px 0px 10px;

}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

.carousel-caption1 {
  background-color: #FFF;
  width:100%;
  position: absolute;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.card-title{
  text-align:center;
}

.inicio{
  position: relative;
  text-align: center;
  color: white;
}

.centered-text {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centered-btn{
    position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-backdrop
{
    opacity:1 !important;
}

.modal-content{
      -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    border-radius: 25px !important;
}

