body{
  background-color: #cfd5ab;
}

h1{
  color: #212b3b;
}
footer,nav{
  background-color: #303036;
  color: white;
}

.nav-item .nav-link{
  color: white;
  font-size: 20px;
}

.carousel-item img{
  border-radius: 10%;
}

#carousel-id{
  margin-top: 25px;
  margin-bottom: 25px;
}


.nosotros-class{
  width: 80%;
  font-size: 25px;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #464970;
  padding: 10px;
}

#vision-id, #about-info{
  position: relative;
  left: 30px;
}
#mision-id{
  position: relative;
  right: 30px;
}


hr{
  border: 10px solid black;
  border-radius: 7px;
}

@media (min-width: 767px) {
  .carousel{
    margin: auto;
    width: 60%;
  }
}

svg{
  color: #b1a217;
}
