* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: 0;
          box-sizing: 0;
  font-family: 'Montserrat';
}

.display, body, .descripcion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

h1 {
  text-transform: uppercase;
  color: #2A2C31;
  font-weight: 700;
  font-size: 1.5em;
  text-align: center;
}

body {
  background-color: #FBFBFB;
}

.temrinos_card {
  padding: 15px;
  margin: 20px 0;
  width: 80%;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2px #bdc6cc;
          box-shadow: 0 0 2px #bdc6cc;
  background-color: #fff;
  border: 0.1px solid #bdc6cc;
}

.h2_css {
  text-align: center;
  font-size: 1.3em;
  text-transform: uppercase;
  color: #757575;
  font-weight: 600;
}

.ant_descript {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #757575;
  font-weight: 500;
  font-size: 1.1em;
  padding: 5px 0;
}

.descripcion {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.descripcion ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #757575;
  width: 70%;
}

.descripcion ul li {
  padding: 2px 0;
  font-size: 1em;
  font-weight: 500;
}
/*# sourceMappingURL=styles.css.map */