@font-face {
  font-family: "frase";
  src: url(../fonts/Quicksand_Light.otf);
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subtitle {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

.valorCard {
  text-align: center;
  border: 2px solid #096c56;
  border-radius: 20px;
  padding: 10px;
  height: auto;
}

.letter-capital {
  width: 100px;
  height: 100px;
  padding: 0px;
  border-radius: 50px;
  background-color: #FCB4B4;
  margin: auto;
  align-items: center;
  align-self: center;
  align-content: center;
  color: #fff;
  font-size: 60px;
}

.valor-title {
  margin-top: 20px;
  color: #096c56;
  font-weight: 600;
  font-size: 20px;
}

.valor-text {
  font-size: frase;
  font-size: 15px;
  text-align: justify;
  margin-top: -20px;
  margin-top: auto;
  margin-bottom: auto;
}

.title_nos{
  font-size: 20px;
}

.parrafo{
  text-align: justify;
}

@media (max-width: 800px) {
  .nav_container::before {
    width: 50vw;
    height: 60vh;
    top: -40px;
    left: 0px;
  }
}

@media (max-width: 799px) {
  .nav_container::before {
    width: 65vw;
    height: 25vh;
    top: -20px;
    left: 0px;
  }
}
