.terminosWrapper {
  padding: 60px 0 80px;
  min-height: calc(100vh - 339px);
}

.terminosWrapper .tituloTerminos {
  font-size: clamp(24px, 4vw, 30px);
  font-weight: 700;
  color: #001a44;
  margin-bottom: 30px;
  text-align: center;
}

.terminosWrapper h2 {
  font-size: 18px;
  font-weight: 700;
  color: #c40000;
  margin-top: 30px;
  margin-bottom: 12px;
}

.terminosWrapper p,
.terminosWrapper li {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  line-height: 1.6;
  margin-bottom: 14px;
}

.terminosWrapper ul {
  padding-left: 20px;
  margin-bottom: 14px;
}

.terminosWrapper a {
  color: #c40000;
  font-weight: 600;
}

.terminosWrapper .volverTerminos {
  margin-top: 30px;
  text-align: center;
}

.terminosWrapper .btnTerminos {
  background-color: #c40000;
  border: 1px solid #c40000;
  color: #ffffff !important;
  padding: clamp(5px, 4vw, 15px) 30px;
  border-radius: 25px;
  font-family: "ITC Avant Garde Gothic Pro", sans-serif;
  font-weight: 700;
  font-size: clamp(13px, 4vw, 16px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.terminosWrapper .btnTerminos:hover {
  background-color: #ffffff;
  color: #c40000 !important;
}
