@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap";:root{--text-font: "Poppins";--text-weight: 400;--title-font: "Raleway";--color-profesional-escolar: #0d2860;--color-profesional-imagen: #9e4560;--primary-color: #f0f0f0;--secondary-color: #0088e2;--third-color: #ffbb00}*{margin:0;box-sizing:border-box;font-family:var(--text-font);font-weight:var(--text-weight)}a{text-decoration:none;color:#000;cursor:pointer}.titulos{font-family:var(--title-font);font-size:medium}.boton-secundario{background-color:var(--primary-color);border-radius:.6rem;padding:5px 10px}.boton-secundario:hover{background-color:var(--secondary-color);color:var(--primary-color)}.entry-item{background:#fff;border:1px solid #e0e0e0;border-radius:.6rem;margin-bottom:1.5rem;box-shadow:0 2px 6px #0000000d;overflow:hidden}.btn-agregar{width:100%;padding:.5rem 1rem;background:#28a745;color:#fff;border:none;border-radius:.6rem;cursor:pointer;font-size:1.2rem;transition:background .2s,transform .2s}.btn-agregar:hover{background:#218838;transform:translateY(-2px)}.btn-agregar:disabled{background:#ccc;cursor:not-allowed}
