.navbar {
  background: white;
  box-shadow: 0 1px 15px 0 rgba(76, 9, 0, 0.25);
}

ul.navbar-nav a {
  color: #222 !important;
}

ul.navbar-nav a:hover {
  color: #c11700 !important;
}

.cuerpo {
  margin-top: 100px;
}

.Ourservices {
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.Ourservices a {
  text-decoration: none !important;
}

#mainservices {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.card-service {
  color: #000;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  size: 10px;
  margin: 5px;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.card-service:hover {
  text-decoration: none;
  color: #4162b0;
  transform: scale(1.015);
}

.card-service h1 {
  font-size: 25px;
  text-decoration: none;
}

a {
  text-decoration: none !important;
}

img.serviceimg {
  width: 100px;
  height: 100px;
}

@media (max-width: 767px) {
  .Ourservices {
    flex-direction: column;
  }
}

.text-notoB {
  text-shadow: 2px 2px 2px #aaa;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
}

.text-notoB25 {
  display: -webkit-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 25px;
}

.text-NewsReader {
  padding: 25px;
  display: -webkit-flex;
  text-align: justify;
  font-size: 25px;
}

.text-noto {
  color: #000000;
}
.text-noto a {
  color: #000000 !important;
}

.text-noto-f {
  font-size: 15px;
  text-decoration: none;
}

.text-noto-f a {
  color: gray;
}

.text-noto-f a:hover {
  color: #c0c0c0;
}
.text_underline {
  background-image: linear-gradient(
    180deg,
    transparent 90%,
    rgba(1, 0, 136, 0.2) 0
  ) !important;
  font-weight: 600 !important;
  color: black !important;
}

.btn-secondary {
  background-color: rgba(0, 50, 180, 0.7) !important;
  border-color: none!;
}
.f-centered {
  text-align: center;
  justify-content: center;
}
