@font-face{
    font-family:'Titulo';
    src: url(Fuentes/CHICKEN\ Pie\ Height.ttf);
    font-size: x-large;
}

@font-face{
    font-family: 'Subtitulo';
    src: url(Fuentes/KGPerfectPenmanship.ttf);
    font-size: x-large;
}

@font-face{
    font-family: 'Texto';
    src: url(Fuentes/Random\ Wednesday.ttf);
    font-size: x-large;
}

@font-face{
    font-family: 'Principal';
    src: url(Fuentes/Hey\ Comic.ttf);
    font-size: x-large;
}

body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #140c16;
  color: #440055;
}
h1 {
 font-family: 'Titulo';
 font-weight: bold;
  color: #8200aa;
  font-size: 2.3em;
  margin-bottom: 0.2em;
}

ul, .parrafo{
  list-style-type: "⭐ ";
  padding-left: 20px;
  font-family: 'Texto';
    font-weight: bold;
  color: #140c16;
  margin-bottom: 10px;
}

h2 .parrafo{
    font-family: 'Texto';
    font-weight: bold;
  color: #660088;
  margin-bottom: 10px;
}


.contenedor {
  max-width: 800px;
  margin: auto;
 background: linear-gradient(45deg, #bb5e8d, #ffb2e9);
   border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
header {
  text-align: center;
  margin-bottom: 30px;
}

header h1 {
  font-size: 2.2em;
  color: #800080;
  margin-bottom: 0;
}

.subtitulo{
  font-size: 1.2em;
  color: #6f2779;
  font-family: 'subtitulo';
}
.sub{
  font-size: 1.4em;
  color: #4d454e;
  font-family: 'subtitulo';
}
.seccion {
  margin-bottom: 25px;
}

.seccion h2 {
  color: #b5008b;
  font-size: 1.8em;
  margin-bottom: 10px;
}


.icono-seccion {
  width: 250px;
  height: auto;
  margin-bottom: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.contacto {
  background-color: #f3c7ff;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  margin-top: 30px;
}

.contacto h2 {
  color: #640097;
  margin-bottom: 8px;
}
.fila-horizontal {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap; /* permite que se acomode en móviles */
}

.imagen-lateral {
  width: 230px;
  max-width: 90%;
  border-radius: 12px;
  box-shadow: 0 4px 9px rgba(0,0,0,0.7);
}
.imagen-lateralf {
  width: 250px;
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 9px rgba(0,0,0,3);
}
.imagen-lateralO {
  width: 200px;
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 9px rgba(0,0,0,3);
}
.texto-lateral {
  max-width: 450px;
  font-family: 'Segoe UI', sans-serif;
  text-align: left;
  color: #440055;
}

.boton-imprimir {
  display: inline-block;
  background-color: var(--morado-oscuro);
  color: white;
  font-family: Principal;
  font-size: 1.1rem;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.boton-imprimir:hover {
  background-color: var(--lavanda);
  transform: scale(1.03);
}
