/*card*/
* {
	transition: all 0.5s ease-in-out;
}
body {
	background: #fff;
}
.card {
	width: 20rem;
	background-color: #fff;
	color: #000000;
	border-radius: 20px;
	box-shadow: 0 1px 1px rgba(72, 78, 85, .6);
}
.card img {
	border-radius: 20px 20px 0 0;
}
.card:hover {
	background-color: #000;
	color: #fff;
	box-shadow: 0 20px 40px rgba(72, 78, 85, .6);
	transform: translateY(-15px);
}


/* navbar */
.navbar-brand {
   color: rgb(255, 255, 255);
} 

.nav-link {
   color: rgb(8, 8, 8);
   font-size: 1.3rem;
   font-weight: bolder;
   margin-left: 50px;
}


.foto1 {
   width: 100px;
}

/* carousel */

.carousel-item {
   height: 50vh; 
   min-height: 300px;
   background: no-repeat scroll center scroll;
   -webkit-background-size: cover;
   background-size: cover;
}

.carousel-item::before {
   content: "";
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   background: #000;
   opacity: 0.7;
}

.carousel-caption {
   bottom: 90px; 
   padding-left: 100px;
   padding-right: 100px;
}

.carousel-caption h5 {
   font-size: 75px; 
   color: white;
   font-weight: initial;
}

.carousel-caption p {
   font-size: 18px;
   top: 2rem;
   color: rgb(247, 240, 240);
}

/* Text */

.textwho {
    margin-top: 30px;
    margin-left: 50px;
    font-weight: bold;
}

hr {
    margin-left: 50px;
    margin-right: 90px;
}

/* Text */

.text1 {
   margin-top: 70px;
   font-weight: bold;
   text-align: center;
}

.text2 {
  text-align: center;
  margin-top: 150px;
  font-weight: bold;
  font-size: larger;
  font-family: Arial, Helvetica, sans-serif;
} 

.text4 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 140px;
  font-weight: bold;
  font-size: larger;
  font-family: Arial, Helvetica, sans-serif;
} 
.text3 {
  text-align: center;
  margin-top: 60px;
  font-weight: bold;
  font-size: larger;
  font-family: Arial, Helvetica, sans-serif;
} 
hr {
   margin-left: 50px;
   margin-right: 90px;
}

/* footer */
footer {
    background-color: #f8f9fa;
    padding: 20px 0;
    position: relative;
    width: 100%;
    bottom: 0;
}

.footer-content {
    text-align: center;
}