.div-filosofia-vision {
  background-image: url('../../assets/img/vision-centralcell.svg');
  height: auto;
  width: auto;
  background-repeat: no-repeat;
  background-size: initial;
  background-attachment: initial;
  background-position: left 10em center;
}

.div-filosofia-mision {
  background-image: url('../../assets/img/mision-centralcell.svg');
  height: auto;
  width: auto;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: initial;
  background-position: right 10em center;
}

.h-vision-mision {
  text-shadow: .1em .1em .1em #937d7d;
  background: linear-gradient(90deg,rgba(209,209,209,0.9) 2%,rgba(209,209,209,0.75), rgba(209,209,209,0.9));
  border-radius: 5em;
}

.p-vision-mision {
  text-shadow: .1em .1em .1em #a2a2a2;
  background: linear-gradient(90deg,rgba(209,209,209,0.9) 2%,rgba(209,209,209,0.75), rgba(209,209,209,0.9));
  border-radius: 3.5em;
  font-weight: bold;
}


#carousel {
  background:url("../../assets/img/valores-centralcell.svg");
  height: 20em;
  width: auto;
  background-repeat: no-repeat;
  background-size: 25em 25em;
  background-attachment: initial;
  background-position: left 10em center;
  margin-top: 7.5em;
}

div.jumbotron.carousel-hero {
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 0;
}

.jumbotron {
  background-color: rgba(255, 255, 255, 0);
}

h1.hero-title, h2.hero-title, h3.hero-title {
  color: #0d0d0d;
  text-shadow: .1em .1em .1em #848484;
  background: linear-gradient(90deg,rgba(209,209,209,0.9) 2%,rgba(209,209,209,0.75), rgba(209,209,209,0.9));
  border-radius: 5em;
}

p.hero-subtitle {
  max-width: 600px;
  margin: 25px auto;
  padding: 10px 15px;
  color: #0d0d0d;
  text-shadow: .1em .1em .1em #d7d7d7;
  background: linear-gradient(90deg,rgba(209,209,209,0.9) 2%,rgba(209,209,209,0.75), rgba(209,209,209,0.9));
  border-radius: 3.5em;
  font-weight: bold;
}

.plat {
  border-radius: 0px;
}

