@font-face {
  font-family: 'AvenusType';
  src: url('../fonts/AvenusType.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CeraPro';
  src: url('../fonts/CeraProLight.woff2') format('woff2'),
    url('../fonts/CeraProLight.woff') format('woff'),
    url('../fonts/CeraProLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'CeraPro';
  src: url('../fonts/CeraProBlack.woff2') format('woff2'),
    url('../fonts/CeraProBlack.woff') format('woff'),
    url('../fonts/CeraProBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'CeraPro';
  src: url('../fonts/CeraProRegular.woff2') format('woff2'),
    url('../fonts/CeraProRegular.woff') format('woff'),
    url('../fonts/CeraProRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'CeraPro';
  src: url('../fonts/CeraProMedium.woff2') format('woff2'),
    url('../fonts/CeraProMedium.woff') format('woff'),
    url('../fonts/CeraProMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'CeraPro';
  src: url('../fonts/CeraProBlackItalic.woff2') format('woff2'),
    url('../fonts/CeraProBlackItalic.woff') format('woff'),
    url('../fonts/CeraProBlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'BonfireRough';
  src: url('../fonts/BonfireRough.otf') format('opentype');
  /* Cambia el nombre del archivo según tu formato */
  font-weight: normal;
  /* Si la fuente tiene diferentes pesos, puedes ajustar esto */
  font-style: normal;
  /* Cambia a 'italic' si tienes una versión en cursiva */
}

body {
  background-color: #ffffff !important;
}

.politicas {
  margin-top: 80px;
}

.politicas h1 {
  font-family: 'CeraPro', sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  color: #000000;
}

.politicas p {
  font-family: 'CeraPro', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #333333;
  margin-bottom: 15px;
  /* separación con la lista */
}

.politicas p span {
  font-weight: 700;
  color: #000000;
}

/* 🔹 Lista con bullets */
.politicas ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-top: 10px;
}

.politicas ul li {
  font-family: 'CeraPro', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #333333;
  margin-bottom: 10px;
  line-height: 1.6;
}

/* 🔹 Frases destacadas en oscuro */
.politicas .destacado {
  font-weight: 700;
  color: #000000;
}

.politicas p {
  font-family: 'CeraPro', sans-serif;

  text-align: justify;
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 0.9em;
  font-weight: 400;



}



.costos {
  font-family: 'CeraPro', sans-serif;
  color: #333;
  max-width: 900px;
  margin: 40px auto;
  padding: 20px;
}

.costos h2 {
  text-align: center;
  font-weight: 900;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.4;
  margin-bottom: 30px;
}

.costos h2 span {
  color: #1e73be;
  font-size: 1.8rem;
  display: block;
  margin-top: 10px;
}

.nivel {
  margin-bottom: 35px;
}

.nivel h3 {
  font-weight: 900;
  font-size: 1.4rem;
  color: #1e73be;
}

.nivel h3 span {
  font-weight: 400;
  font-size: 1rem;
  color: #333;
}

.acuerdo {
  font-size: 0.95rem;
  font-weight: 500;
  color: #333;
  margin: 4px 0 12px;
}

.nivel ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 18px;
}

.nivel ul li {
  font-size: 1rem;
  margin-bottom: 6px;
  line-height: 1.5;
}

.precio {
  float: right;
  font-weight: 700;
  color: #000;
  font-size: 1.1rem;
}

.nota {
  font-size: 0.9rem;
  color: #1e73be;
  font-style: italic;
}

.nota-final {
  text-align: center;
  font-size: 0.85rem;
  color: #666;
  font-style: italic;
  margin-top: 25px;
}