a:focus,
a:hover {
  color: #fff;
}


.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; 
  background-color: #fff;
  border: .05rem solid #fff;
}



html,
body {
  height: 100%;
  background-image:url(../img/background.jpeg);
  background-repeat:no-repeat;
  background-attachment: fixed;
  background-position: center; 
  background-size: 100% 100%;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #000;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);

}

.cover-container {
  max-width: 100%;
}



.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  font-size: 17px;
  color: #eee;
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}

.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}
.mastfoot {
color: rgba(0, 0, 0, .5);
}
.card
{
	
	color: black;
	min-height: 200px;
	border-radius: 30px;
	opacity: 70%;
  margin-bottom: 100px !important;
}
.btn-info
{
	width: 100%;
	border-radius: 20px;
	background-color: rgba(0, 0, 0, .5);
}
ul
{
	text-align: left;
}
.firma
{
	font-size: 9px;
}
.animcard
{
  margin-bottom: 50px;
}
h6
{
  margin-bottom: 30px;
}
