li {
  font-family: 'Open Sans';
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
  line-height: 20px;
}

.p3 {
  font-family: 'Open Sans';
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 16px;
}

.p2 {
  font-family: 'Open Sans';
  font-size: clamp(0.615rem, 0.206vw + 0.585rem, 0.75rem);
  line-height: clamp(0.563rem, 0.433vw + 0.479rem, 0.825rem);
}

p {
  font-family: 'Open Sans';
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: initial;
}

h1 {
  font-family: 'Fixture Italic Expanded ExBold';
  font-size: clamp(3.625rem, 5.361vw + 2.586rem, 6.875rem);
  /*line-height: 60px;*/
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
}

h2 {
  font-family: 'Fixture Italic Condensed ExBold' !important;
  font-size: clamp(3.063rem, 2.062vw + 2.663rem, 4.313rem);
  line-height: 54px;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
}

h3 {
  font-family: 'Fixture Italic Condensed ExBold' !important;
  font-size: 62px;
  line-height: 53px;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
}

h4 {
  font-family: 'Fixture Italic Condensed ExBold' !important;
  font-size: clamp(2.25rem, 1.237vw + 2.01rem, 3rem);
  line-height: clamp(2.138rem, 1.918vw + 1.766rem, 3.3rem);
  vertical-align: baseline;
  height: auto;
  font-weight: bold;
  font-style: italic;
}

h5 {
  font-family: 'Fixture Italic Condensed ExBold' !important;
  font-size: clamp(2.125rem, 0.231vw + 2.065rem, 2.25rem);
  line-height: 35px;
  font-weight: bold;
  font-style: italic;
}

h6 {
  font-family: 'Open Sans Condensed';
  font-size: clamp(0.875rem, 0.722vw + 0.735rem, 1.313rem);
}

.h6b {
  font-family: 'Open Sans Condensed';
  font-size: 28px;
  line-height: 34px;
}

.p4 {
  font-family: 'Open Sans';
  font-size: 20px;
  line-height: normal;
}

.links-footer {
  color: #ffffff !important;
  text-decoration: none !important;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: bold;
  display: flex;
  gap: 10px;
  font-size: 13px;
}

a {
  text-decoration: none;
}

.price-mental {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  /*gap: 0px;*/
  /*height: 60px;*/
  /*background-color: #ff0000;*/
}

.borde-negro {
  position: relative;
  width: 100%;
  min-height: 30px;
  background-image: url('../../assets/img/Bordenegro.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0;
  padding: 0;
  margin-bottom: -2px;
}

.info li {
  margin-bottom: 14px;
  font-size: 15px !important;
}

.info li:last-child {
  margin-bottom: 30px;
}

