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

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ddd;
  width: 100%;
}

.contenedor--TCP {
  text-align: center;
  position: relative;
  background-color: #fff;
  width: 100%;
}

.button__back--a {
  display: flex;
  position: relative;
}

.back__a {
  position: absolute;
  top: 15px;
  left: 10px;
  font-family: Montserrat;
  font-weight: 900;
  font-size: 1.2em;
  background-color: #000;
  color: #fff;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}

.contenedor__TCP--title--parafo {
  padding: 20px;
}

.title {
  margin-top: 40px;
  color: #222e;
  font-size: 2.5em;
  text-wrap: pretty;
  font-weight: 900;
}

.TCP__contenido--p--h2 {
  margin-top: 10px;
  text-align: justify;
}

.contenido__h2--parrafo {
  color: #559;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
  font-size: 1.4em;
  text-wrap: pretty;
  font-weight: 900;
}

.contenido__parrafo {
  font-size: 1.4em;

  overflow-wrap: break-word;
}

em {
  font-size: 1.01em;
  font-weight: 600;
}

.centrartitle {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 15px;
}

.centrartit {
  color: #222e;
  font-size: 2.5em;
  text-wrap: pretty;
  font-weight: 900;
}
